Type object is shown instead of type name. Prisma 4 vs 5
Ive been wanting to test out the app router with the T3 stack. I just started yesterday and noticed some changes from last years verison. The type information (can be seen below) is displayed as an object instead of its type name. After some testing it seems like its prisma which is the cause of my issuses. It seems like it stems from updating Prisma 4 to 5. Does anyone have experience with this or at least can point me in the right direction, cant seem to find anything about this change.
Prisma 4.15.0, just says the name of the type without displaying its content.
Prisma ^5.6.0, displays the content of the type as an object but not which type/table its derived from.
These have both been created with
pnpm create t3-app@latest
but one of the have a downgraded prisma+client.0 Replies