-
Notifications
You must be signed in to change notification settings - Fork 110
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
TapEventPlugin.js:64 Uncaught TypeError: Cannot use 'in' operator to search for 'pageX' in #71
Comments
I get this error too in my app |
I believe it might be useful to know your runtime environment. Is this error comes from the specific browser? |
I am using chrome. I use node express as the server. I see this error when I click the page. I am also having a different issue not related to this. My material-ui select field is not working properly. I can't click it to show drop down/menu items. Your help is deeply appreciated. This is my first time to use material-ui. |
This probably cause by mismatched version of react and react-tap-event-plugin. Try update them to newest. |
I had the same problems. |
My react version is 0.14.8, but I have to use "react-tap-event-plugin" on 0.2.2 instead of 1.0.0, due to this error of this issue. |
react 15.5.4 |
Package.json
"react-tap-event-plugin": "^1.0.0"
Get the error message.
Any idea?
The text was updated successfully, but these errors were encountered: