Skip to content

Commit ae721a6

Browse files
merging all conflicts
2 parents 748e194 + e9a7cb1 commit ae721a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/reference/react-dom/static/prerender.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
6969
#### Caveats {/*caveats*/}
7070
7171
`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.
72+
<<<<<<< HEAD
73+
=======
74+
75+
>>>>>>> e9a7cb1b6ca1659b42d81555ecef0cd554b7a983
7276
7377
<Note>
7478

0 commit comments

Comments
 (0)