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

Break on IE11 #288

Closed
lxynox opened this issue Feb 9, 2019 · 3 comments · Fixed by AndreiShybin/metamask-extension#13 · May be fixed by baophucct/metamask-extension#6
Closed

Break on IE11 #288

lxynox opened this issue Feb 9, 2019 · 3 comments · Fixed by AndreiShybin/metamask-extension#13 · May be fixed by baophucct/metamask-extension#6

Comments

@lxynox
Copy link

lxynox commented Feb 9, 2019

The exported module dist/index.js has es6 fat arrow (function) not tranformed through babel loader, thus the module and all its dependents (e.g, storybook preview mode) would break on IE11.

@lxynox lxynox mentioned this issue Feb 9, 2019
@krisk krisk closed this as completed in 290cfe4 Feb 10, 2019
@ogaseb
Copy link

ogaseb commented Mar 8, 2019

I don't want to create a new issue as this is exactly the same. After new minor version 4.3.4 there is same problem as mentioned here. There is one fat arrow (function) that breaks app in IE11.

@cekvenich
Copy link

Bump.

@Nico924
Copy link

Nico924 commented May 14, 2020

I just encounter this issue with 5.2.3.
We can indeed see in the fuse.esm.min.js that there are some arrow functions breaking IE 11

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