Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix the issue that useSWR revalidation isn't triggered if the
useSWR call happens after mutation. E.g.: req------------->res mutate------->end In this case, the res would be ignored while req would not be triggered a revalidation.
- Loading branch information