You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently ive been generating some trpc crud from prisma table,
and encountering alot of "Recursive reference detected".
is this a nuxt trpc issue? or in general happens to trpc?
example:
0] WARN Recursive reference detected at #/properties/where/properties/currencyCode/anyOf/0/properties/not/anyOf/1/properties/not/anyOf/1! Defaulting to any
[0]
[0]
[0] WARN Recursive reference detected at #/properties/where/properties/status/anyOf/0/properties/not/anyOf/1/properties/not/anyOf/1! Defaulting to any
[0]
[0]
[0] WARN Recursive reference detected at #/properties/where/properties/siteId/anyOf/0/properties/not/anyOf/1/properties/not/anyOf/1! Defaulting to any
[0]
[0]
[0] WARN Recursive reference detected at #/properties/where/properties/ownerId/anyOf/0/properties/not/anyOf/1/properties/not/anyOf/1! Defaulting to any
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
recently ive been generating some trpc crud from prisma table,
and encountering alot of "Recursive reference detected".
is this a nuxt trpc issue? or in general happens to trpc?
example:
Beta Was this translation helpful? Give feedback.
All reactions