Skip to content

Commit 02b338f

Browse files
committed
remove warning from docs
1 parent 8e00d85 commit 02b338f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/api/combineSlices.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,6 @@ However, typing will not be able to account for this. It's best to ensure that a
8686

8787
:::
8888

89-
:::warning
90-
91-
Like [`combineReducers`](https://redux.js.org/api/combinereducers), `combineSlices` requires at least one reducer at initialisation.
92-
93-
```ts no-transpile
94-
// will throw an error
95-
const rootReducer = combineSlices()
96-
```
97-
98-
:::
99-
10089
## Return Value
10190

10291
`combineSlices` returns a reducer function, with attached methods.

0 commit comments

Comments
 (0)