fix: restore build after deps update
This commit is contained in:
2
vendor/a2ui/renderers/lit/src/0.8/ui/root.ts
vendored
2
vendor/a2ui/renderers/lit/src/0.8/ui/root.ts
vendored
@@ -42,7 +42,7 @@ type NodeOfType<T extends AnyComponentNode["type"]> = Extract<
|
||||
|
||||
// This is the base class all the components will inherit
|
||||
@customElement("a2ui-root")
|
||||
export class Root extends SignalWatcher(LitElement) {
|
||||
export class Root extends (SignalWatcher(LitElement) as typeof LitElement) {
|
||||
@property()
|
||||
accessor surfaceId: SurfaceID | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user