Updating dependencies.

This commit is contained in:
John Livingston
2024-09-10 09:49:21 +02:00
parent c561851bb6
commit 4b5f83c45f
10 changed files with 1331 additions and 3507 deletions

View File

@ -26,7 +26,7 @@ export class LivechatElement extends LitElement {
this.logger = this.ptContext.logger.createLogger(this.tagName.toLowerCase())
}
protected override createRenderRoot = (): Element | ShadowRoot => {
protected override createRenderRoot = (): HTMLElement | DocumentFragment => {
return this
}
}