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
When using @lwc/synthetic-shadow, a component rendering a <h1> will leak if that <h1> is clicked. This does not repro if the <h1> is not clicked, and it does not repro if @lwc/synthetic-shadow is not being used.
When using
@lwc/synthetic-shadow
, a component rendering a<h1>
will leak if that<h1>
is clicked. This does not repro if the<h1>
is not clicked, and it does not repro if@lwc/synthetic-shadow
is not being used.Minimal repro
Repro steps:
pnpm i && pnpm run dev
localhost:3000
<h1>
<x-app>
is leakedI can also reproduce this in Firefox.
The text was updated successfully, but these errors were encountered: