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
The parser chokes, specifically being unable to normalize and search the stored maps. If we could detect the circularity and shirt-circuit it then the schema could support these types.
The text was updated successfully, but these errors were encountered:
I've got some code changes that check for recursive schemas in arrays by investigating the keys present on the schema.['items'] compared to the current schema, but would love a better check. Is there something native/a polyfill which determines object equality based on keys and value shapes? checking schema vs schema['items'] is logically what we want to do but the objects don't reference compare correctly.
Given a schema like:
The parser chokes, specifically being unable to
normalize
andsearch
the stored maps. If we could detect the circularity and shirt-circuit it then the schema could support these types.The text was updated successfully, but these errors were encountered: