mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
Remove top level circular refs in alternatives (#2924)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@gitbook/react-openapi': patch
|
||||
---
|
||||
|
||||
Remove top level circular refs in alternatives
|
||||
@@ -57,7 +57,7 @@ function OpenAPISchemaProperty(props: {
|
||||
<OpenAPISchemaAlternative
|
||||
key={index}
|
||||
schema={schema}
|
||||
circularRefs={circularRefs}
|
||||
circularRefs={new Map(circularRefs)}
|
||||
context={context}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user