Closed itailitai closed 4 years ago
Thanks for opening this issue. Will look into it it.
Hi,
Any update on this issue? Is their any timeline set for this issue.
Thanks!
This is due to the production minified library containing arrow functions. Arrow functions are not supported by IE 11. In the short term, people can use v0.4.0 of this library which does not use the arrow functions. If the author plans to keep IE 11 support then the babel config will need to be updated to transform arrow functions.
The library works great on every browser except Internet explorer. I get the following error:
in the follwing code:
whereas in every other browser I get no errors whatsoever, everything works flawlessly . I included some polyfills but still the issue persists.