diff --git a/index.js b/index.js index 668d930e..d2a34d23 100644 --- a/index.js +++ b/index.js @@ -78,7 +78,7 @@ export function create(hooksAndOpts = {}, createOpts = {}) { m.state, plugin._handleActions ); - store.replaceReducer(createReducer(store.asyncReducers)); + store.replaceReducer(createReducer()); if (m.effects) { store.runSaga( app._getSaga(m.effects, m, onError, plugin.get('onEffect'))