Skip to content

Check combineLatest types on reactiveNextOperator #246

Open
@appsforartists

Description

@appsforartists

reactiveNextOperator injects {upstream: Observable<T>} into combineLatest, which is currently typed to be D (the inputs dictionary). The inputs kwarg shouldn't require upstream. When I tried to use reactiveNextOperator, TypeScript was complaining that I hadn't passed in upstream in inputs.

I just took a quick stab at fixing this in http://codereview.cc/D3451, but I didn't dig in deeply enough to verify they're correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions