Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 파생상품
- 국내수출
- 개발자되기
- 문과 개발
- 9급경제학
- 배열메소드
- 파생경제학
- 바닐라자바스크립트
- 비전공자개발자
- 개발자
- 하버드MBA
- 콜드콜
- case method
- 경제학적기초지식
- 케이스메소드
- 주식기초
- 경제학기초
- 코딩
- 파생금융
- 경제학적설명
- 경제학
- 주식과채권
- 7급경제학
- 자바스크립트
- 비전공자 개발
- 금융기초
- 비전공자 코딩
- devlift
- 채권기초
- 경제학적개념
Archives
- Today
- Total
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>태그가 없었는데,
해당 태그를 넣어주니 해결이 됐다
역시 영어를 꼼꼼히 읽고 봐야...
'Error collection > next 에러' 카테고리의 다른 글
Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render (0) | 2020.06.23 |
---|---|
next - Empty dependency (no request) (0) | 2020.06.19 |