Skip to content

a tag error with Link tag #55

Open
@AmroAlneshmi

Description

@AmroAlneshmi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions