You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like it's because the _routes param is sticking around unintentionally. I'll get a fix in for that but in the meantime I think you could workaround it if you deleted that from the redirect URL you are constructing.
Reproduction
https://stackblitz.com/edit/remix-run-remix-is4wn4
/subroute
)/
route again)The error happens when the following conditions are true:
redirect
shouldRevalidate
function defined (and potentially returnsfalse
)System Info
Used Package Manager
npm
Expected Behavior
useLoaderData
is notnull
Actual Behavior
useLoaderData
is nullThe text was updated successfully, but these errors were encountered: