@apollo/client
Advanced tools
Changelog
3.9.8
#11706 8619bc7
Thanks @jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore
would rerender the component with an empty list.
#11694 835d5f3
Thanks @phryneas! - Expose setErrorMessageHandler
from @apollo/client/dev
entrypoint.
#11689 cb8ffe5
Thanks @jerelmiller! - Fix issue where passing a new from
option to useFragment
would first render with the previous value before rerendering with the correct value.
#11713 642092c
Thanks @jerelmiller! - Fix issue where setting a default watchQuery
option in the ApolloClient
constructor could break startTransition
when used with suspense hooks.