Fix typo: missing reactNode in hydrateRoot.md (#5827)

This commit is contained in:
이동현
2023-03-27 04:33:10 +09:00
committed by GitHub
parent e18bb3b257
commit e5fd79cdbb

View File

@@ -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.