Closed wangwailok closed 2 years ago
My Next.js Version : 12.1.6
You can declare this in a .d.ts file :
declare module 'next-translate-routes/link' {
export declare const Link: React.FC<React.PropsWithChildren<LinkProps>>;
export default Link;
}
Or downgrade your project to React 17