feat(json-schema-2020-12): handle cycles in rendering

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-19 11:38:39 +02:00
committed by Vladimír Gorej
parent fe181ede90
commit 7d5cad0a1a
4 changed files with 67 additions and 31 deletions

View File

@@ -11,3 +11,5 @@ JSONSchemaLevelContext.displayName = "JSONSchemaLevelContext"
export const JSONSchemaDeepExpansionContext = createContext(false)
JSONSchemaDeepExpansionContext.displayName = "JSONSchemaDeepExpansionContext"
export const JSONSchemaCyclesContext = createContext(new Set())