Skip to content

Commit 26caa64

Browse files
authored
Fixes hydrateRoot link (#4775)
Fixes #4770
1 parent c1c3d1d commit 26caa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react-dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If the optional callback is provided, it will be executed after the component is
108108
> and should be avoided because future versions of React may render components asynchronously in some cases. If you need a reference to the root `ReactComponent` instance, the preferred solution is to attach a
109109
> [callback ref](/docs/refs-and-the-dom.html#callback-refs) to the root element.
110110
>
111-
> Using `render()` to hydrate a server-rendered container is deprecated. Use [`hydrateRoot()`](#hydrateroot) instead.
111+
> Using `render()` to hydrate a server-rendered container is deprecated. Use [`hydrateRoot()`](/docs/react-dom-client.html#hydrateroot) instead.
112112
113113
* * *
114114

0 commit comments

Comments
 (0)