Skip to content

Commit 3c7b250

Browse files
merging all conflicts
2 parents 6645b2c + 50d6991 commit 3c7b250

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-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
@@ -68,11 +68,15 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
6868
6969
#### Caveats {/*caveats*/}
7070
71+
<<<<<<< HEAD
7172
<<<<<<< HEAD
7273
`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 a nonce value in the prerender itself.
7374
=======
7475
`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.
7576
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
77+
=======
78+
`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.
79+
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
7680
7781
7882
<Note>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,15 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
6969
7070
#### Caveats {/*caveats*/}
7171
72+
<<<<<<< HEAD
7273
<<<<<<< HEAD
7374
`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 a nonce value in the prerender itself.
7475
=======
7576
`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.
7677
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
78+
=======
79+
`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.
80+
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
7781
7882
<Note>
7983

src/content/reference/rsc/server-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ To support Server Functions as a bundler or framework, we recommend pinning to a
2828

2929
</Note>
3030

31+
<<<<<<< HEAD
3132
<<<<<<< HEAD
3233
When a Server Function is defined with the [`"use server"`](/reference/rsc/use-server) directive, your framework will automatically create a reference to the server function, and pass that reference to the Client Component. When that function is called on the client, React will send a request to the server to execute the function, and return the result.
3334
=======
3435
When a Server Function is defined with the [`"use server"`](/reference/rsc/use-server) directive, your framework will automatically create a reference to the Server Function, and pass that reference to the Client Component. When that function is called on the client, React will send a request to the server to execute the function, and return the result.
3536
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
37+
=======
38+
When a Server Function is defined with the [`"use server"`](/reference/rsc/use-server) directive, your framework will automatically create a reference to the Server Function, and pass that reference to the Client Component. When that function is called on the client, React will send a request to the server to execute the function, and return the result.
39+
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
3640
3741
Server Functions can be created in Server Components and passed as props to Client Components, or they can be imported and used in Client Components.
3842

0 commit comments

Comments
 (0)