Open nolanlawson opened 1 week ago
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.
@lwc/synthetic-shadow
<h1>
Minimal repro
Repro steps:
pnpm i && pnpm run dev
localhost:3000
<x-app>
I can also reproduce this in Firefox.
This issue has been linked to a new work item: W-17274024
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.