Skip to content

Commit

Permalink
fix(regression): avoid calling useQuery onCompleted for cache wri…
Browse files Browse the repository at this point in the history
…tes (#10229)
  • Loading branch information
alessbell authored and jerelmiller committed Dec 8, 2022
1 parent 7755708 commit a0665ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## Apollo Client 3.8.0

### Bug fixes

- Avoid calling `useQuery` `onCompleted` callback after cache writes, only after the originating query's network request(s) complete. <br/>
[@alessbell](https://github.com/alessbell) in [#10229](https://github.com/apollographql/apollo-client/pull/10229)

## Apollo Client 3.7.2 (2022-12-06)

### Improvements
Expand Down

0 comments on commit a0665ee

Please sign in to comment.