xenostar
Explore posts from serversStrange trpc types
Hello, I just installed a fresh
trpc
project with prisma
and next
.
I have a prisma schema such as:
and a router procedure like:
The issue is that the TS type if we hover the mouse over values
is strange:
In the past it would have looked like:
Has anyone else noticed this behavior in their projects? Is this expected behavior? I noticed this in my personal project when I updated to the latest prisma packages. It may be related to 4.16.x versions of prisma. I was curious if others were having this issue?2 replies