What version of the library are you using? Is it the latest version? The latest released version is
2.9.0
Bug report
In case of big request json spec, I get following in console after trying to expand the operation in swagger-ui and the section of operation shows endless spinner. After refreshing we see the operation details.
If request model is not big but only response response is big, it works fine so I am inferring that it might be related to the size of request model or the combined size, not sure.
system.js:461 RangeError: Maximum call stack size exceeded
at immutable.js:2405
at Le.pe.withMutations (immutable.js:1353)
at He (immutable.js:2405)
at Le.set (immutable.js:2096)
at nt (immutable.js:2780)
at Ze.set (immutable.js:2686)
at immutable.js:2651
at immutable.js:3016
at immutable.js:2699
at Le.__iterate (immutable.js:2206)
Thanks a lot.