React - Table 사용 시 주의

mxxn·2023년 6월 15일
0

React

목록 보기
1/9

오류

<tr> cannot appear as a child of <table>.
Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser.
  • JSX에서는 tr과 td를 tbody 없이 사용할 수 없음
  • th도 thead 없이 사용 불가
profile
내일도 글쓰기

0개의 댓글