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
After I upgraded to "react-router-dom": "^6.15.0", I've got this error: Uncaught Error: You cannot render a <Router> inside another <Router>. You should never have more than one in your app.
After I upgraded to
"react-router-dom": "^6.15.0"
, I've got this error:Uncaught Error: You cannot render a <Router> inside another <Router>. You should never have more than one in your app.
Here is my Routes component
The text was updated successfully, but these errors were encountered: