We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buttonRef
ForwardRef(ButtonBase)
ref
onExited
ForwardRef(Popover)
TransitionProps
onChangePage
ForwardRef(TablePagination)
onPageChange
onChangeRowsPerPage
onRowsPerPageChange
undefined
Please fix, thanks "react": "^16.14.0", "react-dom": "^16.14.0",
The text was updated successfully, but these errors were encountered:
Linked #1748
Sorry, something went wrong.
You shouldn't close the issue until the PR is closed
No branches or pull requests
buttonRef
ofForwardRef(ButtonBase)
is deprecated. Useref
instead.onExited
ofForwardRef(Popover)
is deprecated. Use theTransitionProps
prop instead.onChangePage
ofForwardRef(TablePagination)
is deprecated. Use theonPageChange
prop instead.onChangeRowsPerPage
ofForwardRef(TablePagination)
is deprecated. Use theonRowsPerPageChange
prop instead.onPageChange
is marked as required inForwardRef(TablePagination)
, but its value isundefined
.Please fix, thanks
"react": "^16.14.0",
"react-dom": "^16.14.0",
The text was updated successfully, but these errors were encountered: