Open
Description
I'm getting this error when i start the website and i don't know in which file it is
⨯ Error: Invalid with child. Please remove or use .
Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor
at LinkComponent (....\src\client\link.tsx:453:16)
451 | if (process.env.NODE_ENV === 'development') {
452 | if ((children as any)?.type === 'a') {
453 | throw new Error(
| ^
454 | 'Invalid with child. Please remove or use .\nLearn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor'
455 | )
456 | } {
page: '/'
Metadata
Metadata
Assignees
Labels
No labels