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
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Hi,
I have a quite complex application with lots of nested routes.
I removed React strict mode.
The only workaround I found was to put this on all components that useRoutes:
Or to use window.location.href = url;
How can I debug this?
I try to make a sandBox but was not able to reproduce it in a small example.
This is my dependencies
The text was updated successfully, but these errors were encountered: