We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome Native Promise without Rejection Handler:
Transcompiled using Babel without a Rejection Handler in Chrome: No indication that something's gone awry
The text was updated successfully, but these errors were encountered:
Looks on the result - it's not core-js Promise, rather es6-promise overrides it.
core-js
Promise
es6-promise
core-js replaces native Promise in actual Chromium, but instead of es6-promise, core-js supports unhandled rejection tracking.
So remove es6-promise from your project.
Sorry, something went wrong.
For anyone who runs into this, it's been logged here: stefanpenner/es6-promise#70
No branches or pull requests
Chrome Native Promise without Rejection Handler:
Transcompiled using Babel without a Rejection Handler in Chrome:
No indication that something's gone awry
The text was updated successfully, but these errors were encountered: