Not working in IE 11
bschulz87 opened this issue · 1 comments
bschulz87 commented
Does not work in IE 11 V. 11.0.9600.18792
"Object doesn't support property or method 'assign'" in console when trying to view the demo.
Akryum commented
You need to polyfill ES2015 features like Object.assign
in old browsers like Internet Explorer 11. MDN polyfill or babel-polyfill.