Skip to content

Commit

Permalink
Fix renderroot type
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 23, 2023
1 parent a23733e commit 6b1398d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ShadowlessLitElement extends LitElement {
}

// don't use shadow dom
createRenderRoot(): Element {
createRenderRoot(): HTMLElement | DocumentFragment {
return this;
}
}

0 comments on commit 6b1398d

Please sign in to comment.