fix(swagger-ui-react): avoid triggering implicit system rendering (#9847)
Refs #9846
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user