You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because we can now pass in undefined for persisters during SSR, and the persisters themselves are not window related anymore, as we don't use window.localStorage directly
Copy file name to clipboardExpand all lines: docs/src/pages/plugins/persistQueryClient.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,6 @@ const queryClient = new QueryClient({
31
31
})
32
32
```
33
33
34
-
### Environment Checking
35
-
A check for window `undefined` is performed prior to saving/restoring/removing your data (avoids build errors).
36
-
37
34
### Cache Busting
38
35
39
36
Sometimes you may make changes to your application or data that immediately invalidate any and all cached data. If and when this happens, you can pass a `buster` string option. If the cache that is found does not also have that buster string, it will be discarded. The following several functions accept this option:
0 commit comments