Skip to content
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

Open
Ramsha42001 opened this issue Aug 18, 2024 · 2 comments
Open

Avoiding Placing <a> Tag Inside <Link> in Next.js 13 and Higher #239

Ramsha42001 opened this issue Aug 18, 2024 · 2 comments

Comments

@Ramsha42001
Copy link

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.
Screenshot 2024-08-18 141917

@Ramsha42001
Copy link
Author

I have resolved this issue in PR #240 .

@Prudhvi-232
Copy link

@ceilican I would like to work on this issue. Could you please assign it to me? Thank you!

@Vegadjay Vegadjay mentioned this issue Aug 20, 2024
Atulgupta0403 added a commit to Atulgupta0403/website that referenced this issue Aug 24, 2024
Atulgupta0403 added a commit to Atulgupta0403/website that referenced this issue Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants