Open shane-rand opened 4 years ago
Faced the same issue. Is there an IE version of lottie-player? The distribution has a bunch of arrow functions that do not natively run on IE...
Even though this is originally from 2020 the idea that there should be IE support seems a bit silly. As of August 17th even MS doesn't support IE any longer. Let it die. 😄
The problem isn't that lottie doesn't work in IE, it's totally ok. The problem is lottie ruins other non-es6 scripts in a vendor-bundle, which are included after it, when executed in IE =)
Hi team,
I'm loading the distribution file from unpkg but I am getting a syntax error in IE due to some arrow functions. Is there a distribution file that has been ran through Babelify/Browserify for maximum compatibility? Or am I missing something here?