stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

Arrow function not transpiling in IE #89

Closed shubhamk54 closed 2 years ago

shubhamk54 commented 3 years ago

While using this library in production mode getting below error in internet explorer, while it working fine for all other browsers

Screen Shot 2020-12-02 at 6 33 31 PM

PS: We all know IE is dead (all I ever wanted 😆), but something we would need to figure out.

visualphixation commented 3 years ago

I too am seeing a lot of errors in IE11 (IntersectionObserver being the big one). Is there any plan to support legacy IE? Would be really nice to use this in production, but sadly we have high visitation on IE11, ugh!

stephane-monnot commented 2 years ago

Don't hesitate if you want to submit a PR to fix it