react-tap-event-plugin
react-tap-event-plugin copied to clipboard
TapEventPlugin.js:64 Uncaught TypeError: Cannot use 'in' operator to search for 'pageX' in
Package.json "react-tap-event-plugin": "^1.0.0"
Get the error message.
TapEventPlugin.js:64 Uncaught TypeError: Cannot use 'in' operator to search for 'pageX' in
Any idea?
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. See: https://github.com/zilverline/react-tap-event-plugin#installation
I had the same problems. i tryed to use an older version of "react-tap-event-plugin"and it works.
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 react-tap-event-plugin": "2.0.1" TapEventPlugin.js:64 Uncaught TypeError: Cannot use 'in' operator to search for 'pageX' in