diff --git a/src/index.tsx b/src/index.tsx index a05cfda1..b228fc76 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -15,11 +15,8 @@ const root = ReactDOM.createRoot( const queryClient = new QueryClient({ defaultOptions: { queries: { - refetchOnWindowFocus: true, - refetchOnMount: true, refetchOnReconnect: true, retry: 1, - staleTime: 1000 * 60 * 5, throwOnError: (err) => err instanceof ZodError, }, mutations: {