mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
back to displaying months
This commit is contained in:
@@ -12,7 +12,7 @@ function makeQueryClient() {
|
||||
queries: {
|
||||
// With SSR, we usually want to set some default staleTime
|
||||
// above 0 to avoid refetching immediately on the client
|
||||
// staleTime: 1000,
|
||||
staleTime: 1000,
|
||||
},
|
||||
},
|
||||
});
|
||||
@@ -39,6 +39,7 @@ export default function Providers({ children }: { children: ReactNode }) {
|
||||
// have a suspense boundary between this and the code that may
|
||||
// suspend because React will throw away the client on the initial
|
||||
// render if it suspends and there is no boundary
|
||||
|
||||
const queryClient = getQueryClient();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user