Skip to content

TableFooter could use <tfoot> ? #73

Description

@Glidias

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions