pandakas
Explore posts from serversserver-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!3 replies