Closed github-actions[bot] closed 6 months ago
Name | Link |
---|---|
Latest commit | 6775ef945562ec754c62d761ca6504e292b14368 |
Latest deploy log | https://app.netlify.com/sites/apollo-client-docs/deploys/6635095ce0fd7f00080b6041 |
Deploy Preview | https://deploy-preview-11827--apollo-client-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@apollo/client@3.10.2
Patch Changes
#11821
2675d3c
Thanks @jerelmiller! - Fix a regression where rerendering a component withuseBackgroundQuery
would recreate thequeryRef
instance when used with React's strict mode.#11821
2675d3c
Thanks @jerelmiller! - Revert the change introduced in 3.9.10 via #11738 that disposed of queryRefs synchronously. This change caused too many issues with strict mode.