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 - Suspense broken #1217

Closed
ghost opened this issue Jun 9, 2019 · 1 comment
Closed

IE11 - Suspense broken #1217

ghost opened this issue Jun 9, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 9, 2019

Hi,

I'm having trouble making my app work correctly on IE11.

On initial load the page displays correctly but on route change, it seems that Suspense never resolves and keeps my page with a display: none style, even though the page is correctly loaded (it exists in the DOM).

I have babel-polyfill as my entry point in my webpack config. Tried a bunch of other polyfills (via core-js) and still no luck...

No errors are logged in the console in IE so I'm kinda clueless here...

Anybody experiencing the same issue?

Thanks!

@SleeplessByte
Copy link
Member

Given facebook/react#14583 and facebook/react#14570, I think this is an upstream issue. They have been closed and solved using specific polyfills there.

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

No branches or pull requests

1 participant