Hey again,
Material-UI just removed their dependency on onTouchTap
in their most recent version 0.19.0. And if I update to that version, this pagination component still uses it and throws an exception whenever I click on any button in this component. To fix this, simply replace all usages of onTouchTap
with onClick
.
Link to their release notes: https://github.com/callemall/material-ui/releases/tag/v0.19.0