mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
Fix typo: missing reactNode in hydrateRoot.md (#5827)
This commit is contained in:
@@ -18,7 +18,7 @@ const root = hydrateRoot(domNode, reactNode, options?)
|
||||
|
||||
## Reference {/*reference*/}
|
||||
|
||||
### `hydrateRoot(domNode, options?)` {/*hydrateroot*/}
|
||||
### `hydrateRoot(domNode, reactNode, options?)` {/*hydrateroot*/}
|
||||
|
||||
Call `hydrateRoot` to “attach” React to existing HTML that was already rendered by React in a server environment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user