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
It's my first time using the library, so I might be mis-understanding #96, however I think I've found a schema which doesn't have a recursive ref loop. But I'm seeing an error:
Type of property 'detail' circularly references itself in mapped type '{ account: { type: "primitive"; value: string; isSerialized: false; deserialized: never; }; detail: Never; "detail-type": { type: "primitive"; value: string; isSerialized: false; deserialized: never; }; ... 5 more ...; version: { ...; }; }'.
Here is my example code, .detail references a definition, however it doesn't recurse forever, should this be expected to work?
It's my first time using the library, so I might be mis-understanding #96, however I think I've found a schema which doesn't have a recursive ref loop. But I'm seeing an error:
Here is my example code,
.detail
references a definition, however it doesn't recurse forever, should this be expected to work?The text was updated successfully, but these errors were encountered: