You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The systemOptions contains dom_id=#swagger-ui as a default. Which means that when the swagger-ui-react is mounted, SwaggerUI still tries to render itself on top of #swagger-ui dom Node.
Remediation: we have to make sure, we're overriding dom_id and domNode explicitly from swagger-ui-react.
The text was updated successfully, but these errors were encountered:
Regression was caused by #9818
The
systemOptions
containsdom_id=#swagger-ui
as a default. Which means that when theswagger-ui-react
is mounted, SwaggerUI still tries to render itself on top of#swagger-ui
dom Node.Remediation: we have to make sure, we're overriding
dom_id
anddomNode
explicitly fromswagger-ui-react
.The text was updated successfully, but these errors were encountered: