Commit 1f6decb
authored
Version Packages (#13160)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @apollo/client@4.1.6
### Patch Changes
- [#13128](#13128)
[`6c0b8e4`](6c0b8e4)
Thanks [@pavelivanov](https://github.com/pavelivanov)! - Fix `useQuery`
hydration mismatch when `ssr: false` and `skip: true` are used together
When both options were combined, the server would return `loading:
false` (because `useSSRQuery` checks `skip` first), but the client's
`getServerSnapshot` was returning `ssrDisabledResult` with `loading:
true`, causing a hydration mismatch.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 7bb2071 commit 1f6decb
4 files changed
Lines changed: 11 additions & 10 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments