github apollographql/apollo-client @apollo/client@4.1.6

7 hours ago

Patch Changes

  • #13128 6c0b8e4 Thanks @pavelivanov! - Fix useQuery hydration mismatch when ssr: false and skip: true are used together

    When both options were combined, the server would return loading: false (because useSSRQuery checks skip first), but the client's getServerSnapshot was returning ssrDisabledResult with loading: true, causing a hydration mismatch.

Don't miss a new apollo-client release

NewReleases is sending notifications on new releases.