diff --git a/src/Logic/UIEventSource.ts b/src/Logic/UIEventSource.ts index 509d875ac..88b5dc953 100644 --- a/src/Logic/UIEventSource.ts +++ b/src/Logic/UIEventSource.ts @@ -275,7 +275,7 @@ export abstract class Store implements Readable { public bindD( f: (t: Exclude) => Store, - extraSources: UIEventSource[] = [] + extraSources: Store[] = [] ): Store { return this.bind((t) => { if (t === null) {