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
feat: default components to light DOM, shadow DOM is opt-in
Change static shadow default from true to false. Components now
render to light DOM by default. Set static shadow = true to opt
into shadow DOM with adoptedStyleSheets.
0 commit comments