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
Invariant Violation: Could not find "store" in either the context or props of "Connect(App)". Either wrap the root component in a <Provider>, or explicitly pass "store" as a prop to "Connect(App)".
#1291
Closed
manojktechie opened this issue
Jun 2, 2017
· 1 comment
I am integrating Material-UI with react-starter-kit's feature/react-intl branch. My app.js file look like this:
While running the application, I am getting below error:
Invariant Violation: Could not find "store" in either the context or props of "Connect(App)". Either wrap the root component in a , or explicitly pass "store" as a prop to "Connect(App)".
Do I need to make any change in server.js/client.js ? Although I tried to put MuiThemeProvider in server.js and client.js but still not working.
@frenzzy Could you please help me on this to get it sorted out ?
The text was updated successfully, but these errors were encountered:
Hi,
I am integrating Material-UI with react-starter-kit's feature/react-intl branch. My app.js file look like this:
While running the application, I am getting below error:
Invariant Violation: Could not find "store" in either the context or props of "Connect(App)". Either wrap the root component in a , or explicitly pass "store" as a prop to "Connect(App)".
Do I need to make any change in server.js/client.js ? Although I tried to put MuiThemeProvider in server.js and client.js but still not working.
@frenzzy Could you please help me on this to get it sorted out ?
The text was updated successfully, but these errors were encountered: