-
Notifications
You must be signed in to change notification settings - Fork 801
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
IE11 throw Promise is undefined #1563
Comments
React-Hot-Loader is not expected to work with IE11, as the latter was deprecated roughly a year ago.
|
polyfill is not missing in my code, it works fine in React Hot Loader version: 4.12.x. in React Hot Loader version: 4.13.0, it's throwing the error here: react-hot-loader/src/global/generation.js Line 59 in 69b9d48
|
That code was not changed in a last few years, the question is why this code is called before(?) polyfill initilization (so that sounds like a bug) |
I am having same issue. webpack.config.js
|
please double-check that RHL is not patching your polyfills. Or even easier - check the stack trace of the error to find the file it's originated, and the position of that file in entry scripts. |
Description
IE11 throw Promise is undefined
Expected behavior
Promise should be polyfilled.
Actual behavior
IE11 throws any error in console.
Environment
React Hot Loader version: 4.13.0
Reproducible Demo
it works fine in 4.12.x
The text was updated successfully, but these errors were encountered: