IE 11 regression
oliviertassinari opened this issue · 4 comments
oliviertassinari commented
IE 11 doesn't support Object.assign, #167 prevents IE 11 support outside of the box:
It was first reported in mui/material-ui#17908.
Reverting to v4.0.0 solves the problem.
basslagter commented
Yes, same issue here!
TehShrike commented
Whoops, forgot Object.assign was added in ES2015. I'll publish a patch.
TehShrike commented
Published as 4.1.2
oliviertassinari commented
@TehShrike Thank you! I appreciate the reactivity and the care ❤️