Skip to content

Commit 036df19

Browse files
committed
Glint didn't protect me this time. whoops
1 parent d3c02a6 commit 036df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/repl/app/components/shadowed.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const Shadowed: TOC<{
2525
}> = <template>
2626
{{#let (shadowRoot) as |shadow|}}
2727
{{! @glint-ignore }}
28-
<div data-shadow {{attachShadow shadow.update}} ...attributes></div>
28+
<div data-shadow {{attachShadow shadow.set}} ...attributes></div>
2929

3030
{{#if shadow.current}}
3131
{{#in-element shadow.current}}

0 commit comments

Comments
 (0)