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
Objects are not valid as a React child (found: object with keys {childRoutes}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered:
I tried to use below code to put route as the value for prop in <ReduxRouter> but it doesn't work. None of the router is recognised by react. I will get a blank page with this error [react-router] Location "/" did not match any routes
Version
2.1.2
Steps to reproduce
Create a router like below:
but when loading the page, I got below error:
Objects are not valid as a React child (found: object with keys {childRoutes}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: