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
Remove forwardRef from Link in App Router (#77471)
App Router is running React >19, so we can remove forwardRef and receive
the ref as a prop instead.
The Pages Router version of Link is unchanged to support older React
versions.
0 commit comments