AleksanderA
tRPC5mo ago
Aleksander

createTRPCOptionsProxy needs a queryClient?

@trpc/react
Trying to understand why
createTRPCOptionsProxy
needs a
queryClient
given that it's then used inside of
useQuery
, which in turn will get the client from
useQueryClient
? What would happen if the two queryClients don't match?
Was this page helpful?