Skip to content

Commit 69a7d72

Browse files
authored
docs: add QueryClient import (#4856)
1 parent 4ac7c1a commit 69a7d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/react/plugins/createAsyncStoragePersister.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn add @tanstack/query-async-storage-persister @tanstack/react-query-persist-c
2727

2828
```tsx
2929
import AsyncStorage from '@react-native-async-storage/async-storage'
30+
import { QueryClient } from '@tanstack/react-query'
3031
import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client'
3132
import { createAsyncStoragePersister } from '@tanstack/query-async-storage-persister'
3233

0 commit comments

Comments
 (0)