Skip to content

Refresh more than one same action with different params doesnt pass takeLatest #24

@ditkachuk

Description

@ditkachuk

When you have two or more components connected

asyncConnect({
   getDocument: getDocument.withParams('first')
})

...

asyncConnect({
   getDocument: getDocument.withParams('second)
})

if you call them to refresh data - only one will closed - second would be fall for pending

Its happen because takeLastest default saga taker

Need some params specific taker

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions