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
As per the connected-react-router documentation, you must assign the router to the state, like so const createRootReducer = (history) => combineReducers({ router: connectRouter(history), ... // rest of your reducers })
I can't see where this is being done in your code, but router is still assigned to the state. Where does this happen?
Thanks.
The text was updated successfully, but these errors were encountered:
As per the connected-react-router documentation, you must assign the router to the state, like so
const createRootReducer = (history) => combineReducers({ router: connectRouter(history), ... // rest of your reducers })
I can't see where this is being done in your code, but router is still assigned to the state. Where does this happen?
Thanks.
The text was updated successfully, but these errors were encountered: