Skip to content

Commit

Permalink
Update changeset to mention removal of nextFetchPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Mar 28, 2023
1 parent f6bc273 commit 1650756
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/neat-rockets-sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
---

Fix the compatibility between `useSuspenseQuery` and React's `useDeferredValue` and `startTransition` APIs to allow React to show stale UI while the changes to the variable cause the component to suspend.

# Breaking change

`nextFetchPolicy` support has been removed from `useSuspenseQuery`. If you are using this option, remove it, otherwise it will be ignored.

0 comments on commit 1650756

Please sign in to comment.