@apollo/client
Advanced tools
Changelog
3.11.9
a3f95c6
Thanks @jerelmiller! - Fix an issue where errors returned from a fetchMore
call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.Changelog
3.11.7
e471cef
Thanks @jerelmiller! - Fixes a regression from where passing an invalid identifier to from
in useFragment
would result in the warning TypeError: Cannot read properties of undefined (reading '__typename')
.