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 dbfb4ba commit e777e7aCopy full SHA for e777e7a
docs/api/components/Links.md
@@ -45,6 +45,14 @@ export default function Root() {
45
## Signature
46
47
```tsx
48
-function Links(): React.JSX.Element
+function Links({ nonce }: LinksProps): React.JSX.Element
49
```
50
51
+## Props
52
+
53
+### nonce
54
55
+A [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce)
56
+attribute to render on the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
57
+element
58
packages/react-router/index.ts
@@ -210,6 +210,7 @@ export {
210
PrefetchPageLinks,
211
} from "./lib/dom/ssr/components";
212
export type {
213
+ LinksProps,
214
ScriptsProps,
215
PrefetchBehavior,
216
DiscoverBehavior,
0 commit comments