Bug Report
Current Behavior
but rxjs-compat@6 switchMap has no resultSelector argument
Why?
Reproduction
code example links above
Expected behavior
compatibility package breaks compatibility
Environment
- Runtime: Chrome 70
- RxJS version: 6.5.3
Possible Solution
add resultSelector argument in rxjs-compat package for operators:
mergeMap()
mergeMapTo()
concatMap()
concatMapTo()
switchMap
switchMapTo()
exhaustMap()
forkJoin()
zip()
combineLatest()
fromEvent()
Bug Report
Current Behavior
but rxjs-compat@6 switchMap has no resultSelector argument
Why?
Reproduction
code example links above
Expected behavior
compatibility package breaks compatibility
Environment
Possible Solution
add resultSelector argument in rxjs-compat package for operators: