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
its working fine when i remove the
is it okay to remove them ?
thanks!
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 thisits working fine when i remove the
QueryClientProvideris it okay to remove them ?
thanks!