We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
update react-tap-event-plugin to 2.0.0 and material-ui to 0.16.0 may fix this problem:)
Sorry, something went wrong.
I just needed to update to [email protected]
[email protected]
No branches or pull requests
ERROR in ./
/react-tap-event-plugin/src/injectTapEventPlugin.js/react-tap-event-plugin/src/injectTapEventPlugin.js 23:2-3718: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 | @ ./
18:48:00 client.1 |
18:48:00 client.1 | ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 22:21-5618: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 | @ ./
18:48:00 client.1 |
18:48:00 client.1 | ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 23:23-6018: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 | @ ./
18:48:00 client.1 |
18:48:00 client.1 | ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 24:23-6018: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 | @ ./
18:48:00 client.1 |
18:48:00 client.1 | ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 25:23-6018: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 | @ ./
18:48:00 client.1 |
18:48:00 client.1 | ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 27:22-5818: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 | @ ./
Looks like the react tap event plugin is not working.
The text was updated successfully, but these errors were encountered: