umariomaker
implicitly has type 'any' because it does not have a type annotation and is referenced directly
I actually figured out that the issue is not within trpc, but an issue with prisma. In particular, I was trying out their new Client Extensions feature, and it seems like their internal typing at the time of writing has some sort of recursive loop. This seems to be causing downstream types to infer
any
as a consequence4 replies