Skip to content

Collection.pluck() returns empty array when using xs.combine() #40

@nicolas-schreiber

Description

@nicolas-schreiber

Hi,

I would like to implement a list that features sorting and filtering. Currently I am stuck at filtering.
The list itself works when only doing Collection.pluck(todoListItems$, item => item.DOM);

And it also works when I pluck a for example state$.

However, when I try to do Collection.pluck(todoListItems$, item => xs.combine(item.state$, item.finished$)); pluck only returns an empty Array.

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