React

[React] Table 사용 시 주의

mxxn 2023. 9. 5. 13:18

- 오류 내용

<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 없이 사용 불가