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
While updating to cra5, rr6, etc... I had this bug: when reaching an unknown path, if I use rr6 Navigate component to redirect, I have a Maximum update depth exceeded error.
Hello,
While updating to cra5, rr6, etc... I had this bug: when reaching an unknown path, if I use rr6 Navigate component to redirect, I have a Maximum update depth exceeded error.
This error happens with redux-first-history rr6 router:
If I replace this router with, for instance, rr6 BrowserRouter, and keep same routes, bug is gone.
To fix it for now, I did this:
and used like this:
The text was updated successfully, but these errors were encountered: