@apollo/client
Advanced tools
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')
.Changelog
3.11.6
#12049 9c26892
Thanks @phryneas and @maciesielka! - Fix a bug where useFragment
did not re-render as expected
#12044 04462a2
Thanks @DoctorJohn! - Cache the useSubscription
hook's restart
function definition between re-renders.
Changelog
3.11.5
#12027 eb3e21b
Thanks @JavaScriptBach! - Type MutationResult.reset
as an arrow function
#12020 82d8cb4
Thanks @jerelmiller! - Better conform to Rules of React by avoiding write of ref in render for useFragment
.