I want to know whether it's necessary to inject react-tap-event-plugin like in v0.18.x. And I didn't find any description about react-tap-event-plugin in document of v1.0.0-alpha.20, so I'm confused.If not, does that mean some similar components have been built in material-ui v1.x?
No longuer needed, You should use onClick instead of onTouchTap
@stunaz Thanks for answering that question.
@oliviertassinari I noticed that onClick is about 50ms slower than the previous onTouchTap. Personally I think it's noticable. Is there some way to get that working?
@levrik Are you setting the responsive meta tag? https://material-ui.com/getting-started/usage/#responsive-meta-tag
@oliviertassinari yes
What browser are you using?
@oliviertassinari Latest version of Google Chrome
Most helpful comment
No longuer needed, You should use
onClickinstead ofonTouchTap