mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 03:16:40 +00:00
Fix circular refs OpenAPI (#2934)
This commit is contained in:
@@ -57,7 +57,7 @@ function OpenAPISchemaProperty(props: {
|
||||
<OpenAPISchemaAlternative
|
||||
key={index}
|
||||
schema={schema}
|
||||
circularRefs={new Map(circularRefs)}
|
||||
circularRefs={circularRefs}
|
||||
context={context}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user