skidding
This commit is contained in:
@@ -15,12 +15,15 @@ export function ReactQueryProvider({ children }: Props) {
|
||||
defaultOptions: {
|
||||
queries: {
|
||||
staleTime: 1000 * 60 * 5, // 5 minutes
|
||||
retry: 1
|
||||
retry: true
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// will cause bun to SEGFAULT
|
||||
|
||||
useEffect(() => {
|
||||
if (!window) return;
|
||||
// Persist to localStorage (safe, runs client-side)
|
||||
const localStoragePersister = createAsyncStoragePersister({
|
||||
storage: window.localStorage
|
||||
|
||||
Reference in New Issue
Block a user