Fuse: Break on IE11

Created on 9 Feb 2019  路  3Comments  路  Source: krisk/Fuse

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.

Most helpful comment

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

All 3 comments

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.

Bump.

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

Was this page helpful?
0 / 5 - 0 ratings