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
@yanickrochon what does your entire routes.jsx file look like? Is this happening when you're passing it to nested routes? If so, try re-rendering the form like so:
Using [email protected]+, and std:[email protected], have have this route set up
And whenever the URI changes (say adding
#foo
), the route's action gets executed again, but theloginForm
is not rendered anymore.The text was updated successfully, but these errors were encountered: