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
Uncaught Error: Could not find "store" in the context of "Connect(ConnectedRouterWithContext)". 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(ConnectedRouterWithContext) in connect options.
For the record
I've tried to pass custom context (with store state) inside the <ConnectedRouter> component in order to fix the issue, but got other errors.
The connected-react-router lib works like a charm when used without this atypical system (same code) thus.
Context
Error
dist
folder, the UMD built library (calledIssue
)For the record
<ConnectedRouter>
component in order to fix the issue, but got other errors.The connected-react-router lib works like a charm when used without this atypical system (same code) thus.
Is there something I'm missing ?
Thank's for the answers.
Gabriel.
EDIT : not the same issue that #241
The text was updated successfully, but these errors were encountered: