Skip to content

Commit

Permalink
remove note about needing a static reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Apr 20, 2024
1 parent 626f05c commit 001654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/CodeSplitting.md
Expand Up @@ -164,7 +164,7 @@ Redux Toolkit 2.0 includes some utilities designed to simplify code splitting wi

The [`combineSlices`](https://redux-toolkit.js.org/api/combineSlices) utility is designed to allow for easy reducer injection. It also supercedes `combineReducers`, in that it can be used to combine multiple slices and reducers into one root reducer.

At setup it accepts a set of slices and reducer maps, and returns a reducer instance with attached methods for injection. **At least one reducer is required at setup, as with `combineReducers`.**
At setup it accepts a set of slices and reducer maps, and returns a reducer instance with attached methods for injection.

:::note

Expand Down

0 comments on commit 001654a

Please sign in to comment.