react.dev
react.dev copied to clipboard
[Suggestion]: Define what "one level deep" means in the definition for suppressHydrationWarning
Summary
In the docs for "Suppressing unavoidable hydration mismatch errors" (https://react.dev/reference/react-dom/hydrate#suppressing-unavoidable-hydration-mismatch-errors), it would be helpful to define what "one level deep" means when the docs say: "This only works one level deep, and is intended to be an escape hatch."
Page
https://react.dev/reference/react-dom/hydrate#suppressing-unavoidable-hydration-mismatch-errors
Details
Does one level deep mean all immediate children but nothing further down the tree, or something else? Defining this in the docs would be helpful. Thanks!
attempt