You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in
..\node_modules\rxjs\Subject.d.ts
(16,22): error TS2415: Class 'Subject<T>' incorrectly extends base class 'Observable<T>'.
Types of property 'lift' are incompatible.
Type '<R>(operator: Operator<T, R>) => Observable<T>' is not assignable to type '<R>(operator: Operator<T, R>) => Observable<R>'.
Type 'Observable<T>' is not assignable to type 'Observable<R>'.
Type 'T' is not assignable to type 'R'.
Typescript is getting stricter. The lift method for Subject is not compatible with Observable.lift
The text was updated successfully, but these errors were encountered:
RxJS version: 5.4.1
Typescript version: 2.4.1
Typescript is getting stricter. The lift method for Subject is not compatible with Observable.lift
The text was updated successfully, but these errors were encountered: