Skip to content

Commit

Permalink
Merge pull request #4116 from nickgirardo/doc-fix-configure-store-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jan 24, 2024
2 parents 8857a14 + bbf8879 commit 6041460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/configureStore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ interface ConfigureStoreOptions<
P = S
> {
/**
* A single reducer function that will be used as the root reducer, or an
* object of slice reducers that will be passed to `combineReducers()`.
*/
reducer: Reducer<S, A, P> | ReducersMapObject<S, A, P>

/**
* An array of Redux middleware to install. If not supplied, defaults to
Expand Down

0 comments on commit 6041460

Please sign in to comment.