next-routes icon indicating copy to clipboard operation
next-routes copied to clipboard

Fixed typing of next/link. Props was renamed from LinkState to LinkProps

Open valy23 opened this issue 4 years ago • 3 comments

valy23 avatar Aug 06 '19 20:08 valy23

Type LinkProps added on this commit: https://github.com/zeit/next.js/commit/f8eb392fa54b8b589aca72cd0ba2db77ac8a992c#diff-9d07cd98332d8743307195c93020bb17

valy23 avatar Aug 06 '19 20:08 valy23

Next.js 9 will no longer have to install @types/next https://github.com/DefinitelyTyped/DefinitelyTyped/issues/37299

FahriDevZ avatar Aug 10 '19 21:08 FahriDevZ

Please merge this fix. I'm currently using an icky workaround and @ts-ignore pending this PR.

maranomynet avatar Sep 27 '19 10:09 maranomynet