Skip to content
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

Open
KingWu opened this issue May 12, 2016 · 7 comments

Comments

@KingWu
Copy link

KingWu commented May 12, 2016

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?

@smithaitufe
Copy link

I get this error too in my app

@narqo
Copy link

narqo commented May 17, 2016

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

@smithaitufe
Copy link

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.

@marcintokarski
Copy link

marcintokarski commented May 22, 2016

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

@salztorte
Copy link

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

@shisaq
Copy link

shisaq commented Dec 10, 2016

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.

@vadimio
Copy link

vadimio commented May 11, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants