Skip to content

Commit

Permalink
Revert "Apply vercel#42623"
Browse files Browse the repository at this point in the history
This reverts commit 3feedbd.
  • Loading branch information
kdy1 committed Nov 17, 2022
1 parent 3feedbd commit 6961a1e
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 = false,
legacyBehavior = Boolean(process.env.__NEXT_NEW_LINK_BEHAVIOR) !== true,
...restProps
} = props

Expand Down

0 comments on commit 6961a1e

Please sign in to comment.