-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onTouchTap doesn't work with React 15.6.0 #7129
Comments
That's what we did on the next branch. |
any idea of the next release date that includes that change ? thanks in advance. |
That might need to be fixed at the react-tap-event-plugin level. I'm not sure we can do anything here. |
Hi, just to confirm: is there absolutely no way to use material-ui with recent versions of react? I'm trying it out for the first time and I tried setting up react-tap-event-plugin as instructed in the README, but I'm still getting the warning in my console about unknown props, and the IconMenu that I put in my app isn't responding to clicks. |
I filed a ticket on |
I'm considering the option to move away from |
I have been setting up a create-react-app project (that use |
Can you elaborate a little bit here @oliviertassinari ? Thanks! |
The onTouchTap from Buttons isn't working with React 15.6.0 https://facebook.github.io/react/warnings/unknown-prop.html
I think it's finally time to move to the standard onClick and remove tap event plugin
The text was updated successfully, but these errors were encountered: