| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @apollo_client@4.1.6 source code.tar.gz | 2026-02-23 | 3.8 MB | |
| @apollo_client@4.1.6 source code.zip | 2026-02-23 | 4.3 MB | |
| README.md | 2026-02-23 | 590 Bytes | |
| Totals: 3 Items | 8.1 MB | 2 | |
Patch Changes
-
#13128
6c0b8e4Thanks @pavelivanov! - FixuseQueryhydration mismatch whenssr: falseandskip: trueare used togetherWhen both options were combined, the server would return
loading: false(becauseuseSSRQuerychecksskipfirst), but the client'sgetServerSnapshotwas returningssrDisabledResultwithloading: true, causing a hydration mismatch.