createTRPCOptionsProxy needs a queryClient?
Trying to understand why
createTRPCOptionsProxy needs a queryClientgiven 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?0 Replies