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
Tried running with the above versions of connected-react-router and react-redux and the app keeps throwing the following error. Could not find router reducer in state tree, it must be mounted under "router". After updating the Migration to v5 and v6 the app works but when I add a customContext to the provider and connectedRouter the following error. Could not find "store" in the context of "Connect(Home)". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(Home) in connect options.
I've opened a issue on the connected-react-router repo (supasate/connected-react-router#241)
Migrating from v4 to v5 (v6) is breaking app.
Here is FAQ with instruction how to migrate:
https://github.com/supasate/connected-react-router/blob/master/FAQ.md#how-to-migrate-from-v4-to-v5
The text was updated successfully, but these errors were encountered: