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
Recently, :host(element-name) shimming was changed to work correctly as element-name but the fix incorrectly shims :host(.element-name) has .element-name. This leaks globally.
Recently,
:host(element-name)
shimming was changed to work correctly aselement-name
but the fix incorrectly shims:host(.element-name)
has.element-name
. This leaks globally.Example: http://jsbin.com/fikame/edit?html,output.
The text was updated successfully, but these errors were encountered: