Skip to content

Commit 9f995e1

Browse files
authored
docs: Update WRAPPER_REACT_QUERY.md (mrousavy#698)
1 parent ae2acc2 commit 9f995e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WRAPPER_REACT_QUERY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const clientPersister = createSyncStoragePersister({ storage: clientStora
3434

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

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

4040
const App = () => {

0 commit comments

Comments
 (0)