mschwarzmueller / nextjs-course-code

Source code for my NextJS course (https://acad.link/nextjs)
1.43k stars 2.32k forks source link

ERROr #55

Open Roshini223 opened 6 months ago

Roshini223 commented 6 months ago

These type of error is occuring after adding buttons Screenshot (142) Please tell me how to resolve it.

RahulShilam commented 4 months ago

Go to all the places where "Link" tag is used in your code and remove "a(anchor)" tags that are present inside it. That's the fix as the latest Next JS no longer supports the old version behavior.