You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/ModuleStore.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,4 @@ You can pass additional properties to `createStore` to further customize its usa
33
33
-`extensions: IExtension[]`: Any extensions you want to run along with the store. See [Extensions](Extensions.md) for more info.
34
34
-`enhancers: Enhancer[]`: Any Redux enhancers you want to add. These will automatically be composed together.
35
35
-`advancedCombineReducers`: Provide a custom implementation of `combineReducers`, which can be helpful for working with libraries like ImmutableJS. [See Here](https://github.com/gajus/redux-immutable)
36
+
-`advancedComposeEnhancers`: Override enhancer composition. Check out [Redux Devtools Extension](Devtools.md) for a sample usage.
0 commit comments