Skip to content

Commit

Permalink
Apply vercel#42623
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 17, 2022
1 parent 91782cc commit 3feedbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/client/link.tsx
Expand Up @@ -375,7 +375,7 @@ const Link = React.forwardRef<HTMLAnchorElement, LinkPropsReal>(
onClick,
onMouseEnter: onMouseEnterProp,
onTouchStart: onTouchStartProp,
legacyBehavior = Boolean(process.env.__NEXT_NEW_LINK_BEHAVIOR) !== true,
legacyBehavior = false,
...restProps
} = props

Expand Down

0 comments on commit 3feedbd

Please sign in to comment.