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 was archived by the owner on Jun 20, 2025. It is now read-only.
For now
elementOpensupports custom element tag names, but what if it's required to create custom element, extended from built-in?Like in this example from MDN:
That seems to be not implemented:
incremental-dom/src/nodes.ts
Line 70 in 9a78593
Is there any possible workaround or solution to that? Tricks in
notifications.nodesAdded?Any hope that will ever get added?