We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca240a commit 2560383Copy full SHA for 2560383
apps/repl/app/components/shadowed.gts
@@ -30,7 +30,7 @@ export class Shadowed extends Component<{
30
await Promise.resolve();
31
32
this.shadow = shadowRoot;
33
- }
+ };
34
35
<template>
36
<div data-shadow {{attachShadow this.setShadow}} ...attributes></div>
0 commit comments