We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aad9e commit fcad73eCopy full SHA for fcad73e
web/pages/_app.tsx
@@ -90,7 +90,7 @@ export function SupabaseProvider({
90
}
91
92
export default function MyApp({ Component, pageProps }: AppPropsWithLayout) {
93
- const queryClient = new QueryClient();
+ const [queryClient] = useState(() => new QueryClient());
94
95
const getLayout = Component.getLayout ?? ((page) => page);
96
0 commit comments