src/index.tsx:25:28 - error TS2322: Type 'import("/home/ec2-user/beta/node_modules/@tanstack/query-core/build/lib/queryClient").QueryClient' is not assignable to type 'import("/home/ec2-user/beta/.wasp/build/web-app/node_modules/@tanstack/query-core/build/lib/queryClient").QueryClient'.
Types have separate declarations of a private property 'queryCache'.
25 <QueryClientProvider client={queryClient}>
~~~~~~
src/index.tsx:25:28 - error TS2322: Type 'import("/home/ec2-user/beta/node_modules/@tanstack/query-core/build/lib/queryClient").QueryClient' is not assignable to type 'import("/home/ec2-user/beta/.wasp/build/web-app/node_modules/@tanstack/query-core/build/lib/queryClient").QueryClient'.
Types have separate declarations of a private property 'queryCache'.
25 <QueryClientProvider client={queryClient}>
~~~~~~