-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.30.1 breaks path tags (endpoints don’t expand) #6249
3.30.1 breaks path tags (endpoints don’t expand) #6249
Comments
@tim-lai This bug completely breaks the swagger-ui as the API Explorer. Please investigate. It would be nice to find out which version introduces the issue so that we can pin to another older version as the workaround. Thanks in advance! |
You can temporarily pin to |
Is there something we can do from the client (browser) side? Cant update deployed code without going through hoops. |
@thusithaC I think you can use raw yaml file to view in your local swagger ui with version |
I use |
@nasht00 If you are using yarn, you can add the following to your
There is also this for npm but I haven't tried it myself. |
We had exactly the same issue. That new version
Anyway, if you are dynamically loading the
Same thing if you're loading your dependencies by using |
@andrewminion-luminfire Thanks for reporting. I am investigating. |
New release to resolve this issue, v3.30.2 |
Thanks @tim-lai ! |
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition: example.yml
Swagger-UI configuration options:
Describe the bug you're encountering
When opening a path that is in a tag “group”, it disappears and then reappears underneath the
default
tag.This is a regression in 3.30.1; I temporarily set my unpkg URL to
3.30.0
(https://unpkg.com/[email protected]/swagger-ui-bundle.js) and the behavior no longer happens. I set it back to3
to get the latest version and it started happening again.To reproduce...
Steps to reproduce the behavior:
default
tag group.default
tag will sit and spin.Expected behavior
The path item should open in place.
Screenshots
The text was updated successfully, but these errors were encountered: