TeamWertarbyte/material-ui-fullscreen-dialog

In material-ui 0.19.0 onTouchTap has been removed.

Closed this issue · 0 comments

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.