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 |
Tags
- 경제학
- 국내수출
- 코딩
- 바닐라자바스크립트
- 파생경제학
- 채권기초
- 배열메소드
- 개발자
- 파생상품
- 비전공자 코딩
- 비전공자개발자
- 콜드콜
- 케이스메소드
- case method
- 개발자되기
- 9급경제학
- devlift
- 7급경제학
- 비전공자 개발
- 파생금융
- 하버드MBA
- 문과 개발
- 경제학적기초지식
- 자바스크립트
- 경제학적개념
- 주식기초
- 주식과채권
- 경제학기초
- 경제학적설명
- 금융기초
Archives
- Today
- Total
목록Error collection/next 에러 (3)
deVSner
Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render
Warning: Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to call this function rather than return it. in withRedux (created by withRedux(withRedux)) in Provider (created by withRedux(withRedux)) in withRedux(withRedux) in ErrorBoundary (created by ReactDevOverlay) in ReactDevOverlay (created by Container) in Container..
Error collection/next 에러
2020. 6. 23. 15:45
Warning: You're using a string directly inside <Link>. This usage has been deprecated. Please add an <a> tag as child of <Link>
영문 그대로 해석하면 해결이 도는 에러다. Link 태그 안에서 태그를 쓰지 않은 채, 하이퍼링크 기능을 사용하려 했었다. Link 자식 태그 안에 실제로, 태그가 없었는데, 해당 태그를 넣어주니 해결이 됐다 역시 영어를 꼼꼼히 읽고 봐야...
Error collection/next 에러
2020. 6. 21. 21:10