next-routes
next-routes copied to clipboard
Fixed typing of next/link. Props was renamed from LinkState to LinkProps
Type LinkProps added on this commit: https://github.com/zeit/next.js/commit/f8eb392fa54b8b589aca72cd0ba2db77ac8a992c#diff-9d07cd98332d8743307195c93020bb17
Next.js 9 will no longer have to install @types/next https://github.com/DefinitelyTyped/DefinitelyTyped/issues/37299
Please merge this fix. I'm currently using an icky workaround and @ts-ignore
pending this PR.