-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Kibana doesn't load in IE #31693
Comments
cc @elastic/kibana-qa and @elastic/kibana-design so they are aware. |
I reproduced in IE11 locally against master
maps to the 2nd line of
Running this in the IE11 console creates the same error:
|
Pinging @elastic/kibana-platform |
bisecting commits through git, appears to be 3727b53 #29072 which introduces the change breaking IE11. Moving before that commit there is an existing error in IE11 about a |
@chandlerprall The vega issue gets resolved with 562edd6 For testing: Cherry-picking 562edd6 on top of the commit before 3727b53 should work if there isn't a third IE breaking change at the same time. |
Specifically, adding Adding the |
I talked to @mistic about this while trying to fix the vega problem, and it might be possible to resolve this by configuring webpack to correctly compile this stuff down to IE supported syntax ( For now it makes more sense to just revert though IMHO, no idea how easy it is to resolve this once and for all without unwanted side effects (like killing compile performance) |
🎉 @chandlerprall !! |
Current Kibana master doesn't load in IE due to some react-intl related error
6.7, 7.0 and 7.x do work though.
@Bamieh
The text was updated successfully, but these errors were encountered: