Skip to content

Commit

Permalink
chore(docs): Add react-helmet note in Gatsby Head reference (#36216)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba committed Jul 25, 2022
1 parent 64f73eb commit b22c2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/reference/built-in-components/gatsby-head.md
Expand Up @@ -88,6 +88,7 @@ You'll need to be aware of these things when using Gatsby Head:
- The `Head` function needs to return valid JSX.
- Valid tags inside the `Head` function are: `link`, `meta`, `style`, `title`, `base`, `script`, and `noscript`.
- Data block `<script>` tags such as `<script type="application/ld+json">` can go in the `Head` function, but dynamic scripts are better loaded with the [Gatsby Script Component](/docs/reference/built-in-components/gatsby-script/) in your pages or components.
- Using the Head API and [react-helmet](https://github.com/nfl/react-helmet) in the same page is not supported as it can generate unexpected results.

## Properties

Expand Down

0 comments on commit b22c2bf

Please sign in to comment.