You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you get an unsupported CSSStyleValue, does the spec have any requirements about its behaviour? I couldn't find any wording on this. I would think that at the minimum, we should be able to use them correctly in StylePropertyMaps.
const value = styleMap.get('filter');
otherStyleMap.set('filter', value);