umariomaker
umariomaker2y ago

implicitly has type 'any' because it does not have a type annotation and is referenced directly

Running into this error. I feel like it's some sort of infinite recursion issue, but not sure where to look for the cause
2 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
umariomaker
umariomaker2y ago
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 consequence Thanks for taking the time to respond though. For now I think I'll just wait until that feature is more stable with Typescript