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 702bafc commit 10f3d7bCopy full SHA for 10f3d7b
docs/src/pages/plugins/createAsyncStoragePersistor.md
@@ -14,7 +14,7 @@ This utility comes packaged with `react-query` and is available under the `react
14
- Import the `createAsyncStoragePersistor` function
15
- Create a new asyncStoragePersistor
16
- you can pass any `storage` to it that adheres to the `AsyncStorage` interface - the example below uses the async-storage from React Native
17
-- Pass it to the [`persistQueryClient`](../persistQueryClient) function
+- Pass it to the [`persistQueryClient`](./persistQueryClient) function
18
19
```ts
20
import AsyncStorage from '@react-native-async-storage/async-storage'
0 commit comments