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.
setIsRestoring(true)
1 parent c61ff1e commit 39a35d8Copy full SHA for 39a35d8
packages/react-query-persist-client/src/PersistQueryClientProvider.tsx
@@ -36,7 +36,6 @@ export const PersistQueryClientProvider = ({
36
}
37
if (!didRestore.current) {
38
didRestore.current = true
39
- setIsRestoring(true)
40
persistQueryClientRestore(options).then(async () => {
41
try {
42
await refs.current.onSuccess?.()
0 commit comments