We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c02a6 commit 036df19Copy full SHA for 036df19
apps/repl/app/components/shadowed.gts
@@ -25,7 +25,7 @@ export const Shadowed: TOC<{
25
}> = <template>
26
{{#let (shadowRoot) as |shadow|}}
27
{{! @glint-ignore }}
28
- <div data-shadow {{attachShadow shadow.update}} ...attributes></div>
+ <div data-shadow {{attachShadow shadow.set}} ...attributes></div>
29
30
{{#if shadow.current}}
31
{{#in-element shadow.current}}
0 commit comments