You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Link component from Next.js 15 within an appDirectory configuration, the component behavior is not properly overridden. This leads to navigating directly to nonexistent pages after clicking the link.
Describe the bug
When using the
Link
component from Next.js 15 within anappDirectory
configuration, the component behavior is not properly overridden. This leads to navigating directly to nonexistent pages after clicking the link.This behavior does not occur with Next.js 14.
Reproduction link
https://stackblitz.com/edit/github-6hzs76ok?file=src%2Fstories%2FHeader.tsx
Reproduction steps
System
Additional context
Proper behavior with Next.js 14
The text was updated successfully, but these errors were encountered: