Commit e07812b
fix(react-query): HydrationBoundary has strictly typed
* 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>state (#9520)1 parent c8322d9 commit e07812b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments