kasprownik / react-forms-tutorial

Tutorial: Forms in React and redux
42 stars 11 forks source link

Error on Provider store With Redux 2.x #1

Open m0rdreck opened 8 years ago

m0rdreck commented 8 years ago
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.
kasprownik commented 8 years ago

thanks! I will take a look at this and fix the problem.

m0rdreck commented 8 years ago

thank you :)