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 3ffa3a6 commit 3645655Copy full SHA for 3645655
docs/rtk-query/usage/persistence-and-rehydration.mdx
@@ -37,7 +37,7 @@ box with the `autoMergeLevel1` or `autoMergeLevel2` [state reconcilers](https://
37
when persisting the root reducer, or with the `autoMergeLevel1` reconciler when persisting just the api reducer.
38
39
```ts title="redux-persist rehydration example"
40
-import type { Action, PayloadAction } from '@reduxjs/toolkit'
+import type { Action } from '@reduxjs/toolkit'
41
import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
42
import { REHYDRATE } from 'redux-persist'
43
0 commit comments