Skip to content

v3.8.0-alpha.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@phryneas phryneas released this 03 Aug 09:55
· 1127 commits to main since this release
b50b1ac

3.8.0-alpha.10

Patch Changes

  • #10657 db305a800 Thanks @jerelmiller! - Return networkStatus in the useSuspenseQuery result.

  • #10651 8355d0e1e Thanks @jerelmiller! - Fixes an issue where useSuspenseQuery would not respond to cache updates when using a cache-first fetchPolicy after the hook was mounted with data already in the cache.

  • #10656 54c4d2f3c Thanks @jerelmiller! - Ensure refetch, fetchMore, and subscribeToMore functions returned by useSuspenseQuery are referentially stable between renders, even as data is updated.