Skip to content

Commit

Permalink
docs: Update WRAPPER_REACT_QUERY.md (mrousavy#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabedzaman authored Jun 24, 2024
1 parent ae2acc2 commit 9f995e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WRAPPER_REACT_QUERY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const clientPersister = createSyncStoragePersister({ storage: clientStora

3. Use created `clientPersister` in your root component (eg. `App.tsx`)

```ts
```tsx
import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client'

const App = () => {
Expand Down

0 comments on commit 9f995e1

Please sign in to comment.