Skip to content

Commit 673e3aa

Browse files
committed
Note stable browser cleanup
1 parent a47dac6 commit 673e3aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/content/reference/react-dom/client/hydrateRoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ This only works one level deep, and is intended to be an escape hatch. Don’t o
274274
275275
---
276276
277+
{/* TODO: Remove this subsection when browser is available in Stable. */}
278+
277279
### Handling different client and server content {/*handling-different-client-and-server-content*/}
278280
279281
If you intentionally need to render something different on the server and the client, you can do a two-pass rendering. Components that render something different on the client can read a [state variable](/reference/react/useState) like `isClient`, which you can set to `true` in an [Effect](/reference/react/useEffect):

0 commit comments

Comments
 (0)