dukDukz
[React Error] Text nodes / Whitespace cannot appear as a child of <tbody>. 본문
웹 개발/React
[React Error] Text nodes / Whitespace cannot appear as a child of <tbody>.
헤일리_HJ 2022. 9. 13. 14:12보통은 에러메시지를 보고 한번에 파악이 가능하지만 Text nodes / Whitespace는 생소함...
1. Text nodes cannot appear as a child of <tbody>.
tbody 밑에 바로 <></> 를 사용하지 말 것
2. Whitespace text nodes cannot appear as a child of <table>
table 밑에 바로 "" text nodes 를 사용하지 말 것
'웹 개발 > React' 카테고리의 다른 글
[React] 검색 조건 유지 - localStorage (0) | 2022.09.27 |
---|---|
[React Error] map "key" with <></> (0) | 2022.09.13 |
[React] moment.js 실시간 표시 하기 (0) | 2022.09.13 |
[recharts] label is not showing (0) | 2022.08.05 |
CRA 로 만들었을때 html 에 환경변수 넣는법 (0) | 2022.07.11 |