toomuchdesign/react-minimal-pie-chart

Math.sign doesn't get polyfilled

toomuchdesign opened this issue · 1 comments

Do you want to request a feature or report a bug?

Bug

What is the current behaviour?

Math.sign is not supported by any ie version and it gets bundled not transpiled nor polyfilled.

What is the expected behaviour?

ie11 compatibility.

Won't fix to not penalize 99% of modern browsers.

Please provide a Math.sign polyfill to support legacy browsers (added a note in the docs).