Skip to content

Commit 792ac5a

Browse files
JoviDeCroockmarkerikson
authored andcommitted
minor correction (#3361)
1 parent 1a3dcd1 commit 792ac5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/CodeSplitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function configureStore(initialState) {
5454
// This function adds the async reducer, and creates a new combined reducer
5555
store.injectReducer = (key, asyncReducer) => {
5656
store.asyncReducers[key] = asyncReducer
57-
store.replaceReducer(createReducer(this.asyncReducers))
57+
store.replaceReducer(createReducer(store.asyncReducers))
5858
}
5959

6060
// Return the modified store

0 commit comments

Comments
 (0)