Open
Description
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
Labels
No labels