-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There are two case of the race condition.
- The response returned from request is after the user mutating the model.
- Suppose
useInfiniteFetchfetch a post list with id from 1 to 10, anduseFetchfetch the post with id 1 later. But the response fromuseFetchmay be in front of the response fromuseInfiniteFetch. In this case, we will update the model with expired response.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request