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
If your router is in the main app's path, and that app rerenders on a path change (not uncommon), even if that path isn't passed to the router, it will rerender which causes it to send a path from the environment.
It should be safe to only listen to explicit path changes:
If your router is in the main app's path, and that app rerenders on a path change (not uncommon), even if that path isn't passed to the router, it will rerender which causes it to send a path from the environment.
It should be safe to only listen to explicit
path
changes:To be safe we could do a shallow compare.
The text was updated successfully, but these errors were encountered: