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
The react-tap-event-plugin dependency was removed. This change is paving the way toward supporting the upcoming react@16 release a.k.a Fiber. The react-tap-event-plugin dependency was first introduced 3 years ago in order to remove the click delay on mobile devices. Mobiles devices' browsers have improved since then, it's no longer required. It's time to remove that dependency as we have done it a year ago on the v1-beta branch. You need to replace the onTouchTap property callbacks with onClick.
https://github.com/callemall/material-ui/blob/v0.19.0/CHANGELOG.md
I follow the CHANGELOG tip and material-ui-fullscreen-dialog is working now.
I'm preparing PR. It'll be ready in 30 minutes.
The text was updated successfully, but these errors were encountered: