Skip to content

Commit

Permalink
Unmark as props
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Sep 23, 2022
1 parent fb5e110 commit 32670e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/client/link.tsx
Expand Up @@ -35,8 +35,6 @@ type InternalLinkProps = {
href: Url
/**
* Optional decorator for the path that will be shown in the browser URL bar. Before Next.js 9.5.3 this was used for dynamic routes, check our [previous docs](https://nextjs.org/docs/tag/v9.5.2/api-reference/next/link#dynamic-routes) to see how it worked. Note: when this path differs from the one provided in `href` the previous `href`/`as` behavior is used as shown in the [previous docs](https://nextjs.org/docs/tag/v9.5.2/api-reference/next/link#dynamic-routes).
*
* @deprecated
*/
as?: Url
/**
Expand Down

0 comments on commit 32670e9

Please sign in to comment.