Change8

@apollo/client@4.1.6

📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 3 symbols

Summary

This patch release addresses a specific hydration mismatch issue occurring in `useQuery` when server-side rendering is disabled alongside query skipping.

🐛 Bug Fixes

  • Fixed a hydration mismatch in `useQuery` when both `ssr: false` and `skip: true` were used together. The server returned `loading: false` while the client's `getServerSnapshot` returned `loading: true`.

Affected Symbols