Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/pages/plugins/createAsyncStoragePersistor.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This utility comes packaged with `react-query` and is available under the `react
- Import the `createAsyncStoragePersistor` function
- Create a new asyncStoragePersistor
- you can pass any `storage` to it that adheres to the `AsyncStorage` interface - the example below uses the async-storage from React Native
- Pass it to the [`persistQueryClient`](../persistQueryClient) function
- Pass it to the [`persistQueryClient`](./persistQueryClient) function

```ts
import AsyncStorage from '@react-native-async-storage/async-storage'
Expand Down