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
Seems like Lit Elements that are not rendered inside a shadow dom seem to not work properly.
One thing I noticed in the code was that getShadowRoot creates a shadow root if such not exists, which is problematic in cases we create elements with Lit DOM, such as the one in the gist:
Reproduction
Easily reproduced here - https://lit.dev/playground/#gist=9f528bbbee8cae07407a88d25a1f7910
Describe the bug
Seems like Lit Elements that are not rendered inside a shadow dom seem to not work properly.
One thing I noticed in the code was that
getShadowRoot
creates a shadow root if such not exists, which is problematic in cases we create elements with Lit DOM, such as the one in the gist:Severity
annoyance
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: