QueryClient type error using create-t3-app
Hi folks,
I now get this type error somehow that never occured before. (see pic 1st)
I just updated trpc and react query versions of my project to the identical versions of up-to-date create-t3-app (see pic 2nd)
What I tried to solve is reinstalling deps and rollbacking the deps updates which didn't work at all. Can anyone help me ?
2 Replies
GitHub
GitHub - 4Furki4/Turkish-Dictionary at 4Furki4/issue57
Turkish Dictionary is an open-source website where people can search and save words, and contribute to Turkish! - GitHub - 4Furki4/Turkish-Dictionary at 4Furki4/issue57
the problem was in the package-lock.json and npm i did the trick.
https://github.com/TanStack/query/issues/6432#issuecomment-1826274630
GitHub
No QueryClient set, use QueryClientProvider to set one · Issue #643...
Describe the bug I have an expo app inside nx.dev monorepo. all is good on dev but when i do a production build i get "No QueryClient set, use QueryClientProvider to set one". main entry ...