SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

48941 0 0 TypeScript

fix(react-query): HydrationBoundary has strictly typed `state` (#9520)

* fix(react-query): HydrationBoundary has strictly typed `state`

Only type definition changes, the `state` parameter is now required and
must be `DehydratedState` (or nullish). Every case omitting this prop or
passing a different shape is a bug now caught by `tsc`. Correct code has
no action needed.

Closes #9323

* ci: apply automated fixes

---------

Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
C
clover caruso committed
e07812be21e4d19cd30fc74965a06d438b98ac71
Parent: c8322d9
Committed by GitHub <noreply@github.com> on 7/31/2025, 7:48:07 PM