-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Maximum call stack size exceeded #994
Comments
Well, that definitely looks strange. I will look into this. |
Well, I just thought about it and this self-referencing doesn't make any sense.
How is it generated? I would suggest fixing the issue in the tool that generates this. |
Oh well. This seems to be related to this Issue. In my pull-request (which I'm gonna submit in just a minute), this is not an issue anymore. You are right, 'uri-template-lite' seems to cause a lot of troubles. |
Created pull-request #1008 |
We merged the pull request, but didn't close the issue, so I'll do that now! |
The following swagger specification (which replicates the bug we've encountered) fails to render in the ReactStandalone component. It is valid swagger specification and swagger-ui renders this correctly. The critical lines to look for is:
This seems a bit strange, however, validating the spec with swagger editor does not produce any warnings or errors. Removing the line is not an option as the specification is generated from java code.
It generates the following errors:
The text was updated successfully, but these errors were encountered: