You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 (viacore-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!
The text was updated successfully, but these errors were encountered: