diff --git a/src/Subscriber.ts b/src/Subscriber.ts index ce8da494a7..6dfed5555f 100644 --- a/src/Subscriber.ts +++ b/src/Subscriber.ts @@ -42,7 +42,7 @@ export class Subscriber extends Subscription implements Observer { public syncErrorThrowable: boolean = false; protected isStopped: boolean = false; - protected destination: PartialObserver; + protected destination: PartialObserver; // this `any` is the escape hatch to erase extra type param (e.g. R) /** * @param {Observer|function(value: T): void} [destinationOrNext] A partially