dom-expressions
dom-expressions copied to clipboard
WIP fix: untrack importNode calls for custom elements
This avoids accidental infinite loops caused by constructors creating
and using reactive variables. This issue did not previously happen when
all templates used cloneNode. v0.33.7 introduced importNode for
custom elements, and some programs started having infinite loops.