deVSner

Warning: You're using a string directly inside <Link>. This usage has been deprecated. Please add an <a> tag as child of <Link> 본문

Error collection/next 에러

Warning: You're using a string directly inside <Link>. This usage has been deprecated. Please add an <a> tag as child of <Link>

RudeofSun 2020. 6. 21. 21:10

영문 그대로 해석하면 해결이 도는 에러다.

 

Link 태그 안에서 <a>태그를 쓰지 않은 채, 하이퍼링크 기능을 사용하려 했었다.

Link 자식 태그 안에 실제로, <a>태그가 없었는데, 

해당 태그를 넣어주니 해결이 됐다 

 

역시 영어를 꼼꼼히 읽고 봐야...