zilverline / react-tap-event-plugin

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

Incompatible with React 15.4 #88

Closed esonderegger closed 8 years ago

esonderegger commented 8 years ago

react/lib/EventPluginHub is no longer available in React 15.4, which causes injectTapEventPlugin to fail at line 23.

s0meone commented 8 years ago

Please, check the closed issues first :) I've released a new version (2.0.0) of the plugin compatible with React 15.4.

esonderegger commented 8 years ago

I'm really sorry about that. I saw the release announcement for 15.4 earlier today, so figured it would be a new issue. In any event, thank you very much for making this!