hops-config is deprecated. Please use ConfigContext or the withConfig() HOC from hops instead.
The config property shouldPrefetchOnServer is deprecated and will be removed in favor of the property allowServerSideDataFetching in the next major release of Hops.
Deep imports to hops-react/lib/runtime are deprecated and should be changed to hops-react instead.
Returning warnings from hops-doctor's diagnose-hook is deprecated. Please use the doctor's pushWarning- and pushError-functions instead.
Apollo v2 support in Hops has been deprecated and will be removed with Hops v15. To upgrade to Apollo v3, please update your dependencies accordingly:
- replace
react-apollowith@apollo/client - remove
graphql-tagfrom your dependnecies - update your code according to the Apollo upgrade guide