nextjs-course-code icon indicating copy to clipboard operation
nextjs-course-code copied to clipboard

ERROr

Open Roshini223 opened this issue 1 year ago • 2 comments

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

Roshini223 avatar Jan 04 '24 14:01 Roshini223

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.

RahulShilam avatar Mar 03 '24 15:03 RahulShilam