On master
Circular reference generate errors.
Like "Node" contains a list of nodes for instance
Errors
Resolver error
too much recursion
Resolver error
too much recursion
Parameters view is also broken
Maybe relative to
Very slow loading times #1919
Can you share a spec that reproduces it? We've tested circular reference support.
Here it is
3.0.3 OK
3.0.5 and master KO
Interesting. I see a different behavior if the file is embedded vs hosted. No major issues with the embedded version, but once hosted... :boom:.
Looks like it was introduced into the static build here: https://github.com/swagger-api/swagger-ui/commit/dd8fb58fcd50c0f0639e540d03a273557a66cf9e
I see a different behavior if the file is embedded vs hosted.
@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: https://github.com/swagger-api/swagger-js/commit/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 馃槃
Most helpful comment
Interesting. I see a different behavior if the file is embedded vs hosted. No major issues with the embedded version, but once hosted... :boom:.