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 376ad3c commit d6bad9aCopy full SHA for d6bad9a
src/createStore.js
@@ -11,7 +11,7 @@ import isPlainObject from './utils/isPlainObject'
11
* parts of the state tree respond to actions, you may combine several reducers
12
* into a single reducer function by using `combineReducers`.
13
*
14
- * @param {Function} reducer A function that returns the next state tree, given
+ * @param {Function} [reducer] A function that returns the next state tree, given
15
* the current state tree and the action to handle.
16
17
* @param {any} [preloadedState] The initial state. You may optionally specify it
0 commit comments