@apollo/client@4.1.0-rc.1
版本发布时间: 2026-01-10 02:55:07
apollographql/apollo-client最新发布版本:@apollo/client@4.1.0-rc.1(2026-01-10 02:55:07)
Patch Changes
-
#13086
1a1d408Thanks @phryneas! - Change the returned value fromnullto{}when all fields in a query were skipped.This also fixes a bug where
useSuspenseQuerywould suspend indefinitely when all fields were skipped. -
#13071
99ffe9aThanks @phryneas! -prerenderStatic: Expose return value ofrenderFunctionto userland, fixabortedproperty.This enables usage of
resumeAndPrerenderwith React 19.2.