diff --git a/docs/api/combineSlices.mdx b/docs/api/combineSlices.mdx index 81f8cb168a..ef8d475321 100644 --- a/docs/api/combineSlices.mdx +++ b/docs/api/combineSlices.mdx @@ -86,17 +86,6 @@ However, typing will not be able to account for this. It's best to ensure that a ::: -:::warning - -Like [`combineReducers`](https://redux.js.org/api/combinereducers), `combineSlices` requires at least one reducer at initialisation. - -```ts no-transpile -// will throw an error -const rootReducer = combineSlices() -``` - -::: - ## Return Value `combineSlices` returns a reducer function, with attached methods.