guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
536 stars 130 forks source link

demo not working in ie11 #42

Open Talat-Da3at opened 4 years ago

Talat-Da3at commented 4 years ago

when i try to open demo at https://guiqui.github.io/react-timeline-gantt/index.html

via ie11 i get error Object doesn't support property or method 'trunc'

carloshenriqueribeiro commented 4 years ago

IE11 is not supported but you can clone the git project and change it from Math.trunc to Math.round

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round image

carloshenriqueribeiro commented 4 years ago

@guiqui could you close this issue ?

balbatross commented 3 years ago

We could polyfill Math.trunc with webpack right?