We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2acc2 commit 9f995e1Copy full SHA for 9f995e1
docs/WRAPPER_REACT_QUERY.md
@@ -34,7 +34,7 @@ export const clientPersister = createSyncStoragePersister({ storage: clientStora
34
35
3. Use created `clientPersister` in your root component (eg. `App.tsx`)
36
37
-```ts
+```tsx
38
import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client'
39
40
const App = () => {
0 commit comments