Skip to content

Commit 001654a

Browse files
authored
remove note about needing a static reducer
1 parent 626f05c commit 001654a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/CodeSplitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Redux Toolkit 2.0 includes some utilities designed to simplify code splitting wi
164164

165165
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.
166166

167-
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`.**
167+
At setup it accepts a set of slices and reducer maps, and returns a reducer instance with attached methods for injection.
168168

169169
:::note
170170

0 commit comments

Comments
 (0)