-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Kibana doesn't transpile correctly in development mode #58108
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
I believe this is the @elastic/charts dependency (we saw the same error in EUI) - Kibana is on 17.0.2 and there's an IE11 fix in 17.0.3 |
@markov00, can you take a look at this? |
Or someone from @elastic/elastic-charts |
@elastic/charts was updated in #57634 but I'm still seeing this problem on master: |
Appears to be an error while eval'ing the |
@joshdover looks like punycode was bumped as part of 439708a but since that was merged into 7.6 I would expect to see that issue there as well which I understand isn't the case. The underlying issue is that ajv, a dependency of punycode, is using template literals. |
I've tracked this down to actually be Reverting this does not appear to be an option, there are many files it touched that have been modified since that creates conflicts. I'm going to attempt to downgrade to v5 and see what I break. If it's a lot I will probably delegate this to @elastic/kibana-app-arch who made the original change. |
There are quite a few changes here required. Will open separate issue for that piece, but I think there are some other issues as well. Edit: new issue here: #58684 |
Sorry folks for the late reply, seems not related to |
Closing as the issue referenced here was resolved. In addition, IE 11 support is being dropped as of 7.9 per https://www.elastic.co/support/matrix#matrix_browsers |
Kibana version:
master
Elasticsearch version:
master
Browser version:
IE11
Browser OS version:
Browserstack
Original install method (e.g. download page, yum, from source, etc.):
Source
Describe the bug:
Internet Explorer 11 refuses to load Kibana due to a transpilation error. The code contains a
for..of
loop which isn't supported in IE11.Steps to reproduce:
BROWSERLISTS_ENV=production yarn start
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: