Skip to content

Commit eb55b7a

Browse files
merging all conflicts
2 parents fd34c06 + 50d6991 commit eb55b7a

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,6 +68,7 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
6868
6969
#### Caveats {/*caveats*/}
7070
71+
<<<<<<< HEAD
7172
<<<<<<< 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.
@@ -77,6 +78,9 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
7778
=======
7879
`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.
7980
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
81+
=======
82+
`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.
83+
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
8084
8185
8286
<Note>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
6969
7070
#### Caveats {/*caveats*/}
7171
72+
<<<<<<< HEAD
7273
<<<<<<< HEAD
7374
<<<<<<< HEAD
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 a nonce value in the prerender itself.
@@ -78,6 +79,9 @@ On the client, call [`hydrateRoot`](/reference/react-dom/client/hydrateRoot) to
7879
=======
7980
`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.
8081
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
82+
=======
83+
`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.
84+
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
8185
8286
<Note>
8387

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

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

2929
</Note>
3030

31+
<<<<<<< HEAD
3132
<<<<<<< HEAD
3233
<<<<<<< HEAD
3334
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.
@@ -37,6 +38,9 @@ When a Server Function is defined with the [`"use server"`](/reference/rsc/use-s
3738
=======
3839
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.
3940
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
41+
=======
42+
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.
43+
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
4044
4145
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.
4246

0 commit comments

Comments
 (0)