metal / metal.js

Build UI components in a solid, flexible way
http://metaljs.com
Other
229 stars 59 forks source link

Fixes #407 | Replace Object.assign with an internal implementation #408

Closed diegonvs closed 5 years ago

jbalsas commented 5 years ago

Hey @diegonvs, could you provide a bit more of context about this? :)

diegonvs commented 5 years ago

Object.assign isn't supported on IE11, this may causing some bugs.

jbalsas commented 5 years ago

Aren't we polyfilling it already?

At least for DXP purposes we should -> https://github.com/liferay/liferay-portal/blob/master/modules/apps/frontend-compatibility/frontend-compatibility-ie/src/main/java/com/liferay/frontend/compatibility/ie/internal/servlet/taglib/IETopHeadDynamicInclude.java#L86