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 TS2345: Argument of type '(source: Observable<number>) => Observable<string>' is not assignable to parameter of type 'selector<number>'.
Type 'Observable<string>' is not assignable to type 'Observable<number>'
Additional information:
TS 2.4
The text was updated successfully, but these errors were encountered:
RxJS version: 5.4.x
Code to reproduce:
Expected behavior:
No errors, proper type inferrence
Actual behavior:
Additional information:
TS 2.4
The text was updated successfully, but these errors were encountered: