kasprownik/react-forms-tutorial

Error on Provider store With Redux 2.x

Opened this issue · 2 comments

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.

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

thank you :)