fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

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

Closed valy23 closed 1 year ago

valy23 commented 5 years ago

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

FahriDevZ commented 5 years ago

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

maranomynet commented 4 years ago

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