You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/serious-moons-juggle.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,4 @@
2
2
"@apollo/client": patch
3
3
---
4
4
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.
Copy file name to clipboardExpand all lines: .changeset/young-snails-grin.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,4 @@
2
2
"@apollo/client": major
3
3
---
4
4
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