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 problem with this project's exported WebComponent is that it extends HTMLElement when a use case may need to extend something else, such as HTMLInputElement.
Instead, this project should export simple functions:
The problem with this project's exported
WebComponent
is that it extendsHTMLElement
when a use case may need to extend something else, such asHTMLInputElement
.Instead, this project should export simple functions:
The text was updated successfully, but these errors were encountered: