pughpugh / react-countdown-clock

HTML5 canvas countdown clock React component
ISC License
187 stars 83 forks source link

Browser compatibility #52

Closed sandy0201 closed 6 years ago

sandy0201 commented 6 years ago

Hi,

Is this react-countdown-clock not compatible in IE?

I tried running the demo page http://pughpugh.github.io/react-countdown-clock/ in IE10 and IE11, there was an error in the console. Please see below for the error:

image

What possible work around is there to fix this?

Thank you.

Kind regards.

pughpugh commented 6 years ago

I believe React needs some polyfills for older browsers;

https://reactjs.org/docs/react-dom.html#browser-support

sandy0201 commented 6 years ago

Tried it in my project now, it works with the polyfill, thank you.