Skip to content

@apollo/client@4.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Feb 18:28
· 2 commits to main since this release
1f6decb

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.