react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Suggestion]: Define what "one level deep" means in the definition for suppressHydrationWarning

Open lesliecdubs opened this issue 1 year ago • 1 comments

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!

lesliecdubs avatar Oct 03 '24 15:10 lesliecdubs

attempt

mudassir-jmi avatar Oct 08 '24 05:10 mudassir-jmi