You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
However, it would be good if there was an option to choose tag between "div" | "tfoot" tag as that might come in useful depending on where you're placing it. Besides "div", may even | "footer" for html5 sementic-preference.
Glidias
changed the title
TableFooter should use <tfoot>
TableFooter should use <tfoot> ?
Sep 21, 2023
Glidias
changed the title
TableFooter should use <tfoot> ?
TableFooter could use <tfoot> ?
Sep 21, 2023
Reproduction:
Run <
TableFooter>
within<Table>
.Problem description:
Suggested solution:
Use
<tfoot>
element instead of plain div element for TableFooter component.The text was updated successfully, but these errors were encountered: