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
when I'm trying to change anything in anywhere except reducers (hot-reload in reducers is fine), the console will report <Provider> does not support changing store on the fly
The text was updated successfully, but these errors were encountered:
Description
When I want to use hot-reload both in react and redux, it will cause
<Provider> does not support changing
storeon the fly
in consoleEnvironment
React Hot Loader: 3.0.0-beta.6
React: 15.4.2
Redux: 3.6.0
react-redux: 5.0.2
Code
main.js:
configureStore.js:
App.js:
Behavior
when I'm trying to change anything in anywhere except reducers (hot-reload in reducers is fine), the console will report
<Provider> does not support changing
storeon the fly
The text was updated successfully, but these errors were encountered: