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 createHiddenInput method called when a polyfilled element has a name attribute breaks lit-template (the dom is manipulated outside lit and the refs of the template are then incorrect).
First render of the template is correct, subsequent renders might be broken.
I am reporting it here (even though it is arguably more of a lit issue) because it is likely a lot of consumer of this polyfill will be using lit (through @material/web).
I am also not sure what kind of workaround could be proposed.
The text was updated successfully, but these errors were encountered:
the
createHiddenInput
method called when a polyfilled element has aname
attribute breaks lit-template (the dom is manipulated outside lit and the refs of the template are then incorrect).First render of the template is correct, subsequent renders might be broken.
I am reporting it here (even though it is arguably more of a lit issue) because it is likely a lot of consumer of this polyfill will be using lit (through @material/web).
I am also not sure what kind of workaround could be proposed.
The text was updated successfully, but these errors were encountered: