@apollo/client
Advanced tools
Changelog
3.11.10
1765668
Thanks @mgmolisani! - Fixed a bug when evaluating the devtools flag with the new syntax devtools.enabled
that could result to true
when explicitly set to false
.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.