mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
278199b3de
## Overview Branched off https://github.com/facebook/react/pull/28130 In `hydrateRoot`, we now error if you pass `undefined`: ``` Warning: Must provide initial children as second argument to hydrateRoot. ``` So we expect 1 error for this now.