kumarankit1234/react-starter-kit

Hot reload for reducers.

Opened this issue · 0 comments

Currently when we update the reducers, we get an error in the console saying

<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.

Need to fix this warning and also add hot reload for reducers.