fix(swagger-ui-react): avoid triggering implicit system rendering (#9847)

Refs #9846
This commit is contained in:
Vladimír Gorej
2024-04-19 08:28:30 +02:00
committed by GitHub
parent aa36114cdc
commit 3a671c61d3

View File

@@ -14,6 +14,8 @@ class SwaggerUI extends React.Component {
plugins: this.props.plugins,
spec: this.props.spec,
url: this.props.url,
dom_id: null,
domNode: null,
layout: this.props.layout,
defaultModelsExpandDepth: this.props.defaultModelsExpandDepth,
defaultModelRendering: this.props.defaultModelRendering,