Fix Custom Element creation when tag name begins with 'svg'
The check at https://github.com/snabbdom/snabbdom/blob/f79af828/src/h.ts#L37 is too loose, and ends up adding the svg namespace to elements with tagNames such as svg-icon, which prevents web components lifecycle callbacks from firing.pull/213/head
parent
f79af82881
commit
72cdb52e1d
Loading…
Reference in New Issue