Skip to content

Commit 4754b25

Browse files
authored
Update prerender.md
1 parent ae721a6 commit 4754b25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ 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-
=======
7472
75-
>>>>>>> e9a7cb1b6ca1659b42d81555ecef0cd554b7a983
7673
7774
<Note>
7875

0 commit comments

Comments
 (0)