You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use useQuery hook always throw an error Cannot read properties of undefined (reading 'getStreamedValue'). Even a dummy hook without external fetch. Mutation works all good.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
If I use useQuery hook always throw an error
Cannot read properties of undefined (reading 'getStreamedValue')
. Even a dummy hook without external fetch. Mutation works all good.Your minimal, reproducible example
https://codesandbox.io/p/github/DeltaTypes/vch-kpi-platform/feat/vechiel-template-form-xlsx
Steps to reproduce
docker-compose up -d
npm run db:migrate-dev
npm run prisma:seed
Expected behavior
Use of useQuery without any error as useMutation works.
How often does this bug happen?
Every time
Screenshots or Videos
Platform
Windows
Browser: Vivaldi and Google Chrome
Tanstack Query adapter
None
TanStack Query version
latest
TypeScript version
^5.7.2
Additional context
No response
The text was updated successfully, but these errors were encountered: