diff --git a/src/content/reference/react-dom/static/prerender.md b/src/content/reference/react-dom/static/prerender.md index afc05ae61..4bbf6c35d 100644 --- a/src/content/reference/react-dom/static/prerender.md +++ b/src/content/reference/react-dom/static/prerender.md @@ -70,6 +70,7 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to `nonce` is not an available option when prerendering. Nonces must be unique per request and if you use nonces to secure your application with [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP) it would be inappropriate and insecure to include the nonce value in the prerender itself. + ### When should I use `prerender`? {/*when-to-use-prerender*/}