Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Document prefetch null for App Router #61203

Merged
merged 7 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/02-app/02-api-reference/01-components/link.mdx
delbaoliveira authored Jan 26, 2024
commit 181572460aae2a84668d891f094113661ea0e0ee
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/01-components/link.mdx
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ Here's a summary of the props available for the Link Component:
| [`href`](#href-required) | `href="/dashboard"` | String or Object | Yes |
| [`replace`](#replace) | `replace={false}` | Boolean | - |
| [`scroll`](#scroll) | `scroll={false}` | Boolean | - |
| [`prefetch`](#prefetch) | `prefetch={false}` | Boolean or 'null' | - |
| [`prefetch`](#prefetch) | `prefetch={false}` | Boolean or null | - |

</AppOnly>