Fix circular refs OpenAPI (#2934)

This commit is contained in:
Greg Bergé
2025-03-06 11:32:49 +01:00
committed by GitHub
parent 0278a14e8e
commit 3fe8f7c219
+1 -1
View File
@@ -57,7 +57,7 @@ function OpenAPISchemaProperty(props: {
<OpenAPISchemaAlternative
key={index}
schema={schema}
circularRefs={new Map(circularRefs)}
circularRefs={circularRefs}
context={context}
/>
))}