Skip to content

Commit 6041460

Browse files
authored
Merge pull request #4116 from nickgirardo/doc-fix-configure-store-opts
2 parents 8857a14 + bbf8879 commit 6041460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api/configureStore.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ interface ConfigureStoreOptions<
4646
P = S
4747
> {
4848
/**
49+
* A single reducer function that will be used as the root reducer, or an
50+
* object of slice reducers that will be passed to `combineReducers()`.
51+
*/
52+
reducer: Reducer<S, A, P> | ReducersMapObject<S, A, P>
4953

5054
/**
5155
* An array of Redux middleware to install. If not supplied, defaults to

0 commit comments

Comments
 (0)