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
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
[This article is a stub, and is not yet complete.]
E.g., does component logic take care to avoid assuming that the tag name for the
component instance is the same as that of class defining the logic. (If a
component <foo-element> has a method that assumes the tag name is always
<foo-element>, that method will break in a subclass <bar-element>.)