Erro: 'Link' cannot be used as a JSX component.
Its type 'typeof Link' is not a valid JSX element type.ts(2786)
I'm having a problem using the Link.
Version I'm using:
"react-scroll": "^1.9.0",
"next": "13.4.5",
"react": "^18.2.0",
"react-dom": "18.2.0",
"@types/react": "18.2.12",
"@types/react-scroll": "^1.8.7",
I would like some help to resolve this issue. It works correctly. but it is giving build error in vercel


