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
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.