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
addTransitionType is in React Canary and therefore always available in Next.js App Router.
Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
'`transitionTypes` are passed to a <Link>, but `React.addTransitionType` is not available. '+
518
-
'You need to enable `experimental.viewTransition` or `experimental.gestureTransition` to use Transition types.'
519
-
)
520
-
}
521
515
if(props.locale){
522
516
warnOnce(
523
517
'The `locale` prop is not supported in `next/link` while using the `app` router. Read more about app router internalization: https://nextjs.org/docs/app/building-your-application/routing/internationalization'
0 commit comments