-
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
Circular Reference generate errors #2889
Comments
Can you share a spec that reproduces it? We've tested circular reference support. |
Here it is |
3.0.3 OK |
Interesting. I see a different behavior if the file is embedded vs hosted. No major issues with the embedded version, but once hosted... 💥. |
Looks like it was introduced into the static build here: dd8fb58 |
@webron, thanks for the hint. You just saved me a couple additional hours of debugging 😄 The problem has been isolated to swagger-js, writing regression tests and looking for a fix now. |
Problem introduced here: swagger-api/swagger-js@4e2dff33e75744e9 |
Hi everyone - we just merged the PR that fixes this in swagger-js, and you can expect the fix to be in our Friday release tomorrow evening 😄 |
* swaggerui-master: (132 commits) enable configs plugin by default Rebuild dist fix swagger-api#2841 Make the checkbox id more unique. Rebuild dist Fix swagger-api#3016 removed semicolon preventDefault the form v3.0.8 (fixes swagger-api#2923 swagger-api#2889) Rebuild dist Increment swagger-client version Attach information to version object Fix swagger-api#3003 updated searchbar sizing build remove object-assign dep ( which was missing from package.json ) fix swagger-api#2870 Fix typo in container classname fix eslint errors swagger-api#2844 fix accessCode flow ... # Conflicts: # dist/swagger-ui-bundle.js # dist/swagger-ui-bundle.js.map # dist/swagger-ui-standalone-preset.js # dist/swagger-ui-standalone-preset.js.map # dist/swagger-ui.css # dist/swagger-ui.js # dist/swagger-ui.js.map # src/plugins/topbar/topbar.jsx
On master
Circular reference generate errors.
Like "Node" contains a list of nodes for instance
Parameters view is also broken
Maybe relative to
Very slow loading times #1919
The text was updated successfully, but these errors were encountered: