Skip to content

Commit 5b1e718

Browse files
committed
Fix formatting in changeset
1 parent dae5cba commit 5b1e718

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.changeset/serious-moons-juggle.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
"@apollo/client": patch
33
---
44

5-
`client.query` no longer supports `notifyOnNetworkStatusChange` in options. An error will be thrown if this option is set. This option was not observable since
6-
`client.query` emits a single result when it has finished loading.
7-
5+
`client.query` no longer supports `notifyOnNetworkStatusChange` in options. An error will be thrown if this option is set. The effects of this option were not observable by `client.query` since `client.query` emits a single result.

.changeset/young-snails-grin.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
"@apollo/client": major
33
---
44

5-
`client.query` no longer supports a `fetchPolicy` of `standby`. `standby` does
6-
not fetch and did not return `data`. `standby` is meant for watched queries
7-
where fetching should be on hold.
5+
`client.query` no longer supports a `fetchPolicy` of `standby`. `standby` does not fetch and did not return `data`. `standby` is meant for watched queries where fetching should be on hold.

0 commit comments

Comments
 (0)