CrocoDillon / universal-react-redux-boilerplate

Step by step creation of a Universal React + Redux Boilerplate
Other
176 stars 33 forks source link

Error: <Provider> does not support changing `store` on the fly #30

Open CrocoDillon opened 7 years ago

CrocoDillon commented 7 years ago

\<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/reactjs/react-redux/releases/tag/v2.0.0 for the migration instructions.

The migration instructions do not apply, this boilerplate already did that explicitly.