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
The return type for Wrap is incorrectly typed as HTMLElement. The function returns the class, i.e. the component constructor, and not an actual element, i.e. an instance of that constructor. The return type should be CustomElementConstructor or something more narrow.
The text was updated successfully, but these errors were encountered:
The return type for
Wrap
is incorrectly typed asHTMLElement
. The function returns the class, i.e. the component constructor, and not an actual element, i.e. an instance of that constructor. The return type should beCustomElementConstructor
or something more narrow.The text was updated successfully, but these errors were encountered: