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 3d50ff6 commit 8f50336Copy full SHA for 8f50336
src/createStore.js
@@ -28,7 +28,7 @@ export var ActionTypes = {
28
* If you use `combineReducers` to produce the root reducer function, this must be
29
* an object with the same shape as `combineReducers` keys.
30
*
31
- * @param {Function} enhancer The store enhancer. You may optionally specify it
+ * @param {Function} [enhancer] The store enhancer. You may optionally specify it
32
* to enhance the store with third-party capabilities such as middleware,
33
* time travel, persistence, etc. The only store enhancer that ships with Redux
34
* is `applyMiddleware()`.
0 commit comments