웹 개발/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 를 사용하지 말 것