We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a6a03 commit 9b9a4feCopy full SHA for 9b9a4fe
docs/api/README.md
@@ -6,7 +6,7 @@ This section documents the complete Redux API. Keep in mind that Redux is only c
6
7
### Top-Level Exports
8
9
-* [createStore(reducer, [preloadedState])](createStore.md)
+* [createStore(reducer, [preloadedState], [enhancer])](createStore.md)
10
* [combineReducers(reducers)](combineReducers.md)
11
* [applyMiddleware(...middlewares)](applyMiddleware.md)
12
* [bindActionCreators(actionCreators, dispatch)](bindActionCreators.md)
0 commit comments