TehShrike/deepmerge

IE 11 regression

oliviertassinari opened this issue · 4 comments

IE 11 doesn't support Object.assign, #167 prevents IE 11 support outside of the box:

Capture d’écran 2019-10-21 à 14 18 57

It was first reported in mui/material-ui#17908.

Reverting to v4.0.0 solves the problem.

Yes, same issue here!

Whoops, forgot Object.assign was added in ES2015. I'll publish a patch.

Published as 4.1.2

@TehShrike Thank you! I appreciate the reactivity and the care ❤️