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
<Provider> does not support changing `store` on the fly.
It is most likely that you see this error because you updated
to Redux 2.x and React Redux 2.x which no longer hot
reload reducers automatically.
See https://github.com/rackt/react-redux/releases/tag/v2.0.0
for the migration instructions.