Docs: Inline documentation for the 'legacyBehavior' property seems to specify an incorrect default value #41807
Labels
good first issue
Easy to fix issues, good for newcomers
Linking and Navigating
Related to Next.js linking (e.g., <Link>) and navigation.
What is the improvement or update you wish to see?
These two documentation sources seem to conflict:
next.js/packages/next/client/link.tsx
Lines 79 to 83 in ba02680
next.js/docs/api-reference/next/link.md
Line 53 in ba02680
From my testing, the latter documentation is correct.
In addition, some other inline documentation appears outdated based on the now-default experiment flag:
next.js/packages/next/client/link.tsx
Lines 85 to 99 in ba02680
Is there any context that might help us understand?
In Next.js 13, the new
<Link>
behavior was made default.Does the docs page already exist? Please link to it.
No response
The text was updated successfully, but these errors were encountered: