I need to use the latest rxjs version, and I have the following error
ERROR in C:/_ xxx/node_modules/rxjs/Subject.d.ts (16,22): Class 'Subject' incorrectly extends base class 'Observable'.
Types of property 'lift' are incompatible.
Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'.
Type 'Observable' is not assignable to type 'Observable'.
Type 'T' is not assignable to type 'R'.
I guess this errors are because the projects are not updated since +3 months ago.
There are some plans to update?
Marcos
I need to use the latest rxjs version, and I have the following error
ERROR in C:/_ xxx/node_modules/rxjs/Subject.d.ts (16,22): Class 'Subject' incorrectly extends base class 'Observable'.
Types of property 'lift' are incompatible.
Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'.
Type 'Observable' is not assignable to type 'Observable'.
Type 'T' is not assignable to type 'R'.
I guess this errors are because the projects are not updated since +3 months ago. There are some plans to update? Marcos