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
When I try to use this type, a lot of places where I use this collection start throwing this error and my IDE memory usage goes to the roof and then crashes. Probably because of some kind of type loop.
Tried to use the workaround types.object({} as any), but it has the same issue.
When I try to use this type, a lot of places where I use this collection start throwing this error and my IDE memory usage goes to the roof and then crashes. Probably because of some kind of type loop.
Tried to use the workaround
types.object({} as any),
but it has the same issue.Any idea what I might be doing wrong?
Papr Version:
15.2.2
TypeScript Version:
5.5.4
Node Version:
20.16.0
The text was updated successfully, but these errors were encountered: