-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoiding Placing <a> Tag Inside <Link> in Next.js 13 and Higher #239
Comments
I have resolved this issue in PR #240 . |
@ceilican I would like to work on this issue. Could you please assign it to me? Thank you! |
Open
Atulgupta0403
added a commit
to Atulgupta0403/website
that referenced
this issue
Aug 24, 2024
Resolve issue AOSSIE-Org#239
Atulgupta0403
added a commit
to Atulgupta0403/website
that referenced
this issue
Aug 24, 2024
fixed Issue AOSSIE-Org#239
Closed
zakirali05
added a commit
to zakirali05/website
that referenced
this issue
Sep 22, 2024
zakirali05
added a commit
to zakirali05/website
that referenced
this issue
Sep 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Next.js 13 and later versions, placing an tag inside a component can lead to errors. This approach is not recommended as Next.js now handles navigation internally and manages the anchor tag functionality.
The text was updated successfully, but these errors were encountered: