react-tap-event-plugin icon indicating copy to clipboard operation
react-tap-event-plugin copied to clipboard

TapEventPlugin.js:64 Uncaught TypeError: Cannot use 'in' operator to search for 'pageX' in

Open KingWu opened this issue 9 years ago • 7 comments

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?

KingWu avatar May 12 '16 08:05 KingWu

I get this error too in my app

smithaitufe avatar May 17 '16 08:05 smithaitufe

I believe it might be useful to know your runtime environment. Is this error comes from the specific browser?

narqo avatar May 17 '16 09:05 narqo

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.

smithaitufe avatar May 17 '16 12:05 smithaitufe

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

marcintokarski avatar May 22 '16 19:05 marcintokarski

I had the same problems. i tryed to use an older version of "react-tap-event-plugin"and it works.

salztorte avatar May 25 '16 10:05 salztorte

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.

shisaq avatar Dec 10 '16 14:12 shisaq

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

vadimio avatar May 11 '17 16:05 vadimio