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급경제학
- 경제학적개념
- 경제학적설명
- case method
- 경제학
- devlift
- 바닐라자바스크립트
- 콜드콜
- 하버드MBA
- 금융기초
- 파생금융
- 파생상품
- 7급경제학
- 경제학기초
- 자바스크립트
- 국내수출
- 채권기초
Archives
- Today
- Total
deVSner
Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render 본문
Error collection/next 에러
Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render
RudeofSun 2020. 6. 23. 15:45Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> 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 (created by AppContainer)
in AppContainer
in Root
1. export default wrapper.withRedux(withReduxSaga(XXXX));
2. export default wrapper.withRedux(XXXX);
분명히 2로 바꾼 거 같았는데...
왜 1로 설정이 되있지?...
1에서 2로 바꾸니까 해결!...
몇 일 걸린거야 이 에러...
'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> (0) | 2020.06.21 |
---|---|
next - Empty dependency (no request) (0) | 2020.06.19 |