material-components / material-components-web-react

Material Components for React (MDC React)
MIT License
2.02k stars 227 forks source link

Support IE11 #700

Open moog16 opened 5 years ago

moog16 commented 5 years ago

React ripple uses Array.from(). This is not supported by IE11. We should instead use [].slice.call( ...)

moog16 commented 5 years ago

Array.from, classlist.contains, new Set, <string>.includes, [].includes should not be used. Test on IE11.