Skip to content

Improve how changing props is handled #4

Open
@stevesims

Description

@stevesims

Changing props will cause new fetches to be initiated. If that happens whilst a fetch is already in progress things can get a little confusing, as the flags will get updated when the first fetch finishes, and thus will show that the fetch has completed when there's actually fetches in progress.

If props change multiple times whilst a fetch is already happening then the problem just gets a bit worse - plus the interim changes do not necessarily need to be seen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions