[Beta] Add missing imports to ref pages (#5442)

* [Beta] Add missing imports to ref pages

* Fix spaces
This commit is contained in:
dan
2023-01-06 18:38:09 +00:00
committed by GitHub
parent 44390cd930
commit 05bf01d0ae
24 changed files with 72 additions and 15 deletions

View File

@@ -43,6 +43,8 @@ async function handler(request) {
On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to make the server-generated HTML interactive.
[See more examples below.](#usage)
#### Parameters {/*parameters*/}
* `reactNode`: A React node you want to render to HTML. For example, a JSX element like `<App />`. It is expected to represent the entire document, so the `App` component should render the `<html>` tag.