Tim (from typesafe.courses)
Explore posts from serversExpression produces a union type that is too complex to represent
Hi! I have started to encounter the above on error on pretty simple react components using trpc v10 useQuery hooks + zod for validation. Pretty standard type inference all the way.
Arbitrary blocks of jsx are marked with that error.
I am looking for pointers on how to debug this. Any help is appreciated!
Tim.
3 replies
Distribute typesafe tRPC Client in an NPM library
Hi ! super fan of trpc over here.
We are building a javascript sdk for our API that is essentially a pacakged version of the trpc client.
However when compiling the code, the "materialized" type is a generic client/router and not the inferred typesafe version.
e.g
Any thoughts ? tRPC seems like a perfect fit for this use case.
Thanks!
1 replies