Skip to content
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 needs a Promise polyfill for React 16.7 #1552

Closed
Kazimirkas opened this issue Jan 14, 2019 · 0 comments
Closed

IE11 needs a Promise polyfill for React 16.7 #1552

Kazimirkas opened this issue Jan 14, 2019 · 0 comments

Comments

@Kazimirkas
Copy link
Contributor

Kazimirkas commented Jan 14, 2019

IE11 needs a Promise polyfill for React 16.7.
If you are using Lazy and Suspense feature, IE throws a null error. In 'readLazyComponentType' function implementation.

This is the bug example (comment out the Promise and it will work in IE 11)

https://codesandbox.io/s/7z37jwm5jj

screen shot 2019-01-14 at 11 44 03 pm

If this issue will be confirmed, I would be proud to get my PR accepted for the documentation https://github.com/reactjs/reactjs.org/blob/master/content/docs/reference-javascript-environment-requirements.md?fbclid=IwAR3i6PnqPmLG_MUVk4IQXffXrMlvBchlb9UdA2BeXq_VDQJ9fMh8DoFPSJA
to extend the list of required polyfills
:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants