Closed eloypnd closed 8 years ago
We have discovered today that our build fail with the following error:
Error: Cannot find module 'react/lib/EventPluginHub' from '.../node_modules/react-tap-event-plugin/src'
At this moment looks like the new react 15.4.0 is the culprit. Because fixing back react version to 15.3.2 solves the issue.
This PR https://github.com/zilverline/react-tap-event-plugin/pull/82 should fix the issue.
When it will be released?
Duplicated: https://github.com/zilverline/react-tap-event-plugin/issues/85
We have discovered today that our build fail with the following error:
At this moment looks like the new react 15.4.0 is the culprit. Because fixing back react version to 15.3.2 solves the issue.