Skip to content

Commit 40de704

Browse files
committed
ignore react query error
1 parent 453c233 commit 40de704

File tree

2 files changed

+6
-53
lines changed

2 files changed

+6
-53
lines changed

pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function App({ Component, pageProps }) {
1818
return (
1919

2020
<Provider session={pageProps.session}>
21+
{/* @ts-ignore */}
2122
<QueryClientProvider client={queryClient}>
2223
<MantineProvider theme={{
2324
primaryColor: 'gray'

pnpm-lock.yaml

Lines changed: 5 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)