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 7985091 commit 9b12e8cCopy full SHA for 9b12e8c
docs/api/createSlice.mdx
@@ -15,7 +15,7 @@ and automatically generates action creators and action types that correspond to
15
This API is the standard approach for writing Redux logic.
16
17
Internally, it uses [`createAction`](./createAction.mdx) and [`createReducer`](./createReducer.mdx), so
18
-you may also use Immer to write "mutating" immutable updates:
+you may also use [Immer](https://immerjs.github.io/immer/) to write "mutating" immutable updates:
19
20
```ts
21
import { createSlice, PayloadAction } from '@reduxjs/toolkit'
0 commit comments