We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6451c74 commit d001dc0Copy full SHA for d001dc0
packages/plugin-rsc/examples/navigation/src/server.tsx
@@ -15,6 +15,7 @@ export default async function handler(request: Request): Promise<Response> {
15
</NavigationHandler>
16
</>
17
)
18
+ // @ts-ignore
19
const nonce = !process.env.NO_CSP ? crypto.randomUUID() : undefined
20
const response = await renderRequest(request, root, { nonce })
21
if (nonce) {
0 commit comments