feat(json-schema-2020-12): add support for deep expandable behavior
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
ddedb57dc0
commit
7cfc5e3656
@@ -8,3 +8,6 @@ JSONSchemaContext.displayName = "JSONSchemaContext"
|
||||
|
||||
export const JSONSchemaLevelContext = createContext(0)
|
||||
JSONSchemaLevelContext.displayName = "JSONSchemaLevelContext"
|
||||
|
||||
export const JSONSchemaDeepExpansionContext = createContext(false)
|
||||
JSONSchemaDeepExpansionContext.displayName = "JSONSchemaDeepExpansionContext"
|
||||
|
||||
Reference in New Issue
Block a user