We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Repo: https://github.com/raliclo/nextjs-tailwind-contentlayer-blog-starter Install repo : npm install --force
npm install --force
What error occured: If the app is running in dev mode by npm run dev , error occured as following :
npm run dev
Error: Invalid <Link> with <a> child. Please remove <a> or use <Link legacyBehavior>. Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor
The page renders well if I use "npm run build" and "npm run start"
Question: Does contentlayer2 render the link using syntax so the error occured?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Repo:
https://github.com/raliclo/nextjs-tailwind-contentlayer-blog-starter
Install repo :
npm install --force
What error occured:
If the app is running in dev mode by
npm run dev
, error occured as following :Error: Invalid <Link> with <a> child. Please remove <a> or use <Link legacyBehavior>. Learn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor
The page renders well if I use "npm run build" and "npm run start"
Question:
Does contentlayer2 render the link using syntax so the error occured?
The text was updated successfully, but these errors were encountered: