Skip to content

v3.7.5

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 20:26
· 1222 commits to main since this release
49ffcfa

Patch Changes

  • #10458 b5ccef229 Thanks @lennyburdette! - Passes getServerSnapshot to useSyncExternalStore so that it doesn't trigger a Missing getServerSnapshot error when using useFragment_experimental on the server.

  • #10471 895ddcb54 Thanks @alessbell! - More robust type definition for headers property passed to createHttpLink

  • #10321 bbaa3ef2d Thanks @alessbell! - Refetch should not return partial data with errorPolicy: none and notifyOnNetworkStatusChange: true.

  • #10402 0b07aa955 Thanks @Hugodby! - Improve context types

  • #10469 328c58f90 Thanks @jerelmiller! - Add generic type defaults when using useFragment to allow passing TData directly to the function without needing to specify TVars.