diff --git a/.changeset/tough-geese-sing.md b/.changeset/tough-geese-sing.md index ea0056a457d..50420a30cda 100644 --- a/.changeset/tough-geese-sing.md +++ b/.changeset/tough-geese-sing.md @@ -2,4 +2,4 @@ "@apollo/client": patch --- -Remove double initialization of initial useFragment value that was unnecessary. This also reduces bundle size by removing an unneeded internal hook as a result. +Better conform to Rules of React by avoiding write of ref in render for `useFragment`.