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
- wetube
- node
- 튜플
- async
- EC2
- SSA
- S3
- 중급파이썬
- merge
- 채팅
- flask
- react
- TypeScript
- Class
- NeXT
- crud
- 카톡
- Vue
- SAA
- lambda
- dict
- docker
- socket io
- MongoDB
- AWS
- Props
- pandas
- 파이썬
- RDS
- git
Archives
- Today
- Total
초보 개발자
오류 Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. 본문
Error
오류 Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render.
taehyeki 2021. 11. 8. 20:34react도중 갑자기 저런 오류가 발생하였다. 뭐지..? 한참을 찾다가
<Route path="/" element={<Home />} /> // 정상문장
<Route path="/" element={Home} /> // 오류문장
이렇게 해주었더니 오류가 해결되었다.