|
|
@@ -57,7 +57,7 @@ function createCustomStore() {
|
|
|
if (__DEV__ && module.hot) {
|
|
|
module.hot.accept('./reducers', () => {
|
|
|
// eslint-disable-next-line global-require
|
|
|
- store.replaceReducer(require('./reducers').default);
|
|
|
+ store.replaceReducer(require('./reducers').rootReducer);
|
|
|
});
|
|
|
|
|
|
module.hot.accept('./sagas', () => {
|