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 4ac7c1a commit 69a7d72Copy full SHA for 69a7d72
docs/react/plugins/createAsyncStoragePersister.md
@@ -27,6 +27,7 @@ yarn add @tanstack/query-async-storage-persister @tanstack/react-query-persist-c
27
28
```tsx
29
import AsyncStorage from '@react-native-async-storage/async-storage'
30
+import { QueryClient } from '@tanstack/react-query'
31
import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client'
32
import { createAsyncStoragePersister } from '@tanstack/query-async-storage-persister'
33
0 commit comments