server-side helpers doesnt work with `Hydrate` and `QueryClient`
environtment: node v20.9.0, npm
Hi i tried to implement server-side helpers but somehow it just doesnt work,
the fetch is successful but i think it didn't dehydrate
i think the issue happened because im also using react query outside tRPC (first vanilla react query -> trying to migrate over to TRPC)
so my
_app.tsx
pretty much look like this
its working fine when i remove the QueryClientProvider
is it okay to remove them ?
thanks!1 Reply
i think the correct question would be
- am i supposed to remove
QueryClientProvider
if i am migrating over to tRPC (incrementally/not complete)?
Since i am still using react-query outside trpc