Skip to content

rxjs-compat@6 operator switchMap without resultSelector #5107

Description

@alekzonder

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions