We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e17c2 commit 4d26565Copy full SHA for 4d26565
docs/api/createEntityAdapter.md
@@ -312,7 +312,7 @@ const booksSlice = createSlice({
312
initialState: booksAdapter.getInitialState({
313
loading: 'idle'
314
}),
315
- reducer: {
+ reducers: {
316
// Can pass adapter functions directly as case reducers. Because we're passing this
317
// as a value, `createSlice` will auto-generate the `bookAdded` action type / creator
318
bookAdded: booksAdapter.addOne,
0 commit comments