Skip to content

Commit f83f247

Browse files
committed
Document Strict Mode hydration behavior
1 parent 521d4c2 commit f83f247

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/content/blog/2026/09/09/react-19-3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,7 @@ This is especially useful for Contexts that solely exist to allow Server Compone
19071907

19081908
Other notable changes
19091909
- `react`: Render Transitions independently instead of entangling them into a single render, so a slow Transition no longer holds up unrelated ones [#37290](https://github.com/react/react/pull/37290)
1910+
- `react-dom`: Double invoke Effects in Strict Mode during hydration, matching client-rendered roots [#35961](https://github.com/react/react/pull/35961)
19101911
- `react`: Add a warning when `use` is used incorrectly in a conditional [#37104](https://github.com/react/react/pull/37104)
19111912
- `react`: Rename "form state" to "action state" in `useActionState` error messages [#35790](https://github.com/react/react/pull/35790)
19121913
- `react-dom`: Add support for `onFullscreenChange` and `onFullscreenError` events [#34621](https://github.com/react/react/pull/34621)

0 commit comments

Comments
 (0)