Skip to content

False triggering effector/no-unnecessary-combination on combine with fn #160

Open
@Lonli-Lokli

Description

@Lonli-Lokli

Plusing should ignore combine operator in source for a sample if it has fn specified

sample({
clock: $desks,
source: combine({ desks: $desks, id: $id }, ({ desks, id }) => findActiveDesk(desks, id)),
filter: desk => isNullable(desk),
target: noActiveDeskFound
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions