mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 07:01:44 +03:00
fix: restore build after deps update
This commit is contained in:
+1
-1
@@ -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