Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update head.mdx, remove or wrapped into maximum one level of <React.Fragment> #67667

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/03-pages/02-api-reference/01-components/head.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In this case only the second `<meta property="og:title" />` is rendered. `meta`
## Use minimal nesting

`title`, `meta` or any other elements (e.g. `script`) need to be contained as **direct** children of the `Head` element,
or wrapped into maximum one level of `<React.Fragment>` or arraysotherwise the tags won't be correctly picked up on client-side navigations.
or arraysotherwise the tags won't be correctly picked up on client-side navigations.

## Use `next/script` for scripts

Expand Down
Loading