Same here. Running into "Method Promise.prototype.then called on incompatible receiver" issue with the latest chrome.
Same error:
Uncaught (in promise) TypeError: Method Promise.prototype.then called on incompatible receiver [object Object]
at e.then (<anonymous>)
Same error: TypeError: Method Promise.prototype.then called on incompatible receiver [object Object]
@domaindrivendev updated version of ReDoc to 1.22.3, now it work in Chrome 77. Could you please create a branch from latest v4.x release tag? Then I would be able to create pull request with ReDoc package bump.
@domaindrivendev updated version of ReDoc to 1.22.3, now it work in Chrome 77. Could you please create a branch from latest v4.x release tag? Then I would be able to create pull request with ReDoc package bump.
You might have to fork the project.
Hi guys,
Just a quick update to say that ReDoc is now working again with the release of Chrome 78, so I'm closing this ticket as it's no longer relevant.
Most helpful comment
Same here. Running into "Method Promise.prototype.then called on incompatible receiver" issue with the latest chrome.