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
Just ran into the very same issue. component is not a valid prop for the TablePagination component, even though the docs say so.
I am willing to submit a pull request. @eps1lon Please let me know, which file is the correct one, if packages/material-ui/src/TablePagination/TablePagination.d.ts is not.
component
is missing in TablePaginationProps which is causing TS error when trying to use<TablePagination>
withcomponent='div'
The text was updated successfully, but these errors were encountered: