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
- 7급경제학
- 채권기초
- 문과 개발
- 코딩
- 배열메소드
- 주식기초
- 개발자
- 파생경제학
- 비전공자 개발
- 비전공자개발자
- 파생금융
- 바닐라자바스크립트
- devlift
- 파생상품
- 경제학
- 금융기초
- 하버드MBA
- 자바스크립트
- 경제학기초
- 케이스메소드
- 국내수출
- 콜드콜
- 비전공자 코딩
- 9급경제학
- 경제학적설명
- 경제학적기초지식
- 경제학적개념
- 개발자되기
- 주식과채권
- case method
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