Reproduction:
Run <TableFooter> within <Table>.
Problem description:
index.js:1 Warning: validateDOMNesting(...): <div> cannot appear as a child of <tfoot>.
at div
at http://localhost:3000/static/js/vendors~main.chunk.js:4627:21
at tfoot
at table
at div
at http://localhost:3000/static/js/vendors~main.chunk.js:4340:21
at div
Suggested solution:
Use <tfoot> element instead of plain div element for TableFooter component.
Reproduction:
Run <
TableFooter>within<Table>.Problem description:
Suggested solution:
Use
<tfoot>element instead of plain div element for TableFooter component.