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
[email protected] comes with new way of exposing it's default configuration not based on defaultProps which have become deprecated. The goal of this issue is to integrate with the new SwaggerUI configuration.
Main change:
instead of deprecated default props, we use props destructuring with defaults from SwaggerUI.config.defaults
The text was updated successfully, but these errors were encountered:
[email protected] comes with new way of exposing it's default configuration not based on
defaultProps
which have become deprecated. The goal of this issue is to integrate with the new SwaggerUI configuration.Main change:
SwaggerUI.config.defaults
The text was updated successfully, but these errors were encountered: