Skip to content

Commit

Permalink
fix(swagger-ui-react): avoid triggering implicit system rendering (#9847
Browse files Browse the repository at this point in the history
)

Refs #9846
  • Loading branch information
char0n committed Apr 19, 2024
1 parent aa36114 commit 3a671c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flavors/swagger-ui-react/index.jsx
Expand Up @@ -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,
Expand Down

0 comments on commit 3a671c6

Please sign in to comment.