zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

regression with react v15.4.0 #90

Closed eloypnd closed 7 years ago

eloypnd commented 7 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.

eloypnd commented 7 years ago

This PR https://github.com/zilverline/react-tap-event-plugin/pull/82 should fix the issue.

When it will be released?

eloypnd commented 7 years ago

Duplicated: https://github.com/zilverline/react-tap-event-plugin/issues/85