Skip to content

Commit b22c2bf

Browse files
authoredJul 25, 2022
chore(docs): Add react-helmet note in Gatsby Head reference (#36216)

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/docs/reference/built-in-components/gatsby-head.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ You'll need to be aware of these things when using Gatsby Head:
8888
- The `Head` function needs to return valid JSX.
8989
- Valid tags inside the `Head` function are: `link`, `meta`, `style`, `title`, `base`, `script`, and `noscript`.
9090
- 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.
91+
- 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.
9192

9293
## Properties
9394

0 commit comments

Comments
 (0)
Please sign in to comment.