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

React Tap Event Plugin Error #72

Open
aldrinc opened this issue Dec 30, 2016 · 2 comments
Open

React Tap Event Plugin Error #72

aldrinc opened this issue Dec 30, 2016 · 2 comments

Comments

@aldrinc
Copy link

aldrinc commented Dec 30, 2016

ERROR in .//react-tap-event-plugin/src/injectTapEventPlugin.js
18:48:00 client.1 | Module not found: Error: Cannot resolve module 'react/lib/EventPluginHub' in /Users/aldrinclement/Documents/portfolio/frontend/node_modules/react-tap-event-plugin/src
18:48:00 client.1 | @ ./
/react-tap-event-plugin/src/injectTapEventPlugin.js 23:2-37
18:48:00 client.1 |
18:48:00 client.1 | ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js
18:48:00 client.1 | Module not found: Error: Cannot resolve module 'react/lib/EventConstants' in /Users/aldrinclement/Documents/portfolio/frontend/node_modules/react-tap-event-plugin/src
18:48:00 client.1 | @ ./
/react-tap-event-plugin/src/TapEventPlugin.js 22:21-56
18:48:00 client.1 |
18:48:00 client.1 | ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js
18:48:00 client.1 | Module not found: Error: Cannot resolve module 'react/lib/EventPluginUtils' in /Users/aldrinclement/Documents/portfolio/frontend/node_modules/react-tap-event-plugin/src
18:48:00 client.1 | @ ./
/react-tap-event-plugin/src/TapEventPlugin.js 23:23-60
18:48:00 client.1 |
18:48:00 client.1 | ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js
18:48:00 client.1 | Module not found: Error: Cannot resolve module 'react/lib/EventPropagators' in /Users/aldrinclement/Documents/portfolio/frontend/node_modules/react-tap-event-plugin/src
18:48:00 client.1 | @ ./
/react-tap-event-plugin/src/TapEventPlugin.js 24:23-60
18:48:00 client.1 |
18:48:00 client.1 | ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js
18:48:00 client.1 | Module not found: Error: Cannot resolve module 'react/lib/SyntheticUIEvent' in /Users/aldrinclement/Documents/portfolio/frontend/node_modules/react-tap-event-plugin/src
18:48:00 client.1 | @ ./
/react-tap-event-plugin/src/TapEventPlugin.js 25:23-60
18:48:00 client.1 |
18:48:00 client.1 | ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js
18:48:00 client.1 | Module not found: Error: Cannot resolve module 'react/lib/ViewportMetrics' in /Users/aldrinclement/Documents/portfolio/frontend/node_modules/react-tap-event-plugin/src
18:48:00 client.1 | @ ./
/react-tap-event-plugin/src/TapEventPlugin.js 27:22-58

Looks like the react tap event plugin is not working.

@KangYueh
Copy link

update react-tap-event-plugin to 2.0.0 and material-ui to 0.16.0 may fix this problem:)

@melvinroest
Copy link

I just needed to update to [email protected]

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

3 participants