Skip to content

Commit 3fe8f7c

Browse files
authored
Fix circular refs OpenAPI (#2934)
1 parent 0278a14 commit 3fe8f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-openapi/src/OpenAPISchema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function OpenAPISchemaProperty(props: {
5757
<OpenAPISchemaAlternative
5858
key={index}
5959
schema={schema}
60-
circularRefs={new Map(circularRefs)}
60+
circularRefs={circularRefs}
6161
context={context}
6262
/>
6363
))}

0 commit comments

Comments
 (0)