Closed
Description
This issue was moved from reduxjs/react-redux#360
Hello,
I tried to do a code splitting on route change.When the route changes to '/register', i dynamically add "registration" as one of the root state using replaceReducer and it work just fine.
Once the registration completed i want to remove the reducer using replaceReducer again, but instead it return the following warning :Unexpected key "registration" found in initialState argument passed to createStore. Expected to find one of the known reducer keys instead: ... Unexpected keys will be ignored.
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels