Major Changes
-
#12731
0198870Thanks @phryneas! - Ship React Compiler compiled React hooks in@apollo/client/react/compiled.We now ship a React-Compiler compiled version of the React hooks in
@apollo/client/react/compiled.This entry point contains everything that
@apollo/client/reactdoes,
so you can use it as a drop-in replacement in your whole application
if you choose to use the compiled hooks.
Minor Changes
- #12753
b85818dThanks @jerelmiller! - Renamedclient.reFetchObservableQueriestoclient.refetchObservableQueries.
client.reFetchObservableQueriesis still available as an alias, but is now
deprecated and will be removed in a future major version.