When I try to use react-tap-event-plugin in my preact project, it reported error that
./~/react-tap-event-plugin/src/injectTapEventPlugin.js
Module not found: Can't resolve 'react-dom/lib/EventPluginHub' in '/Users/chenwengang/wireless-sign-in/preact-web-sign-in/node_module
s/react-tap-event-plugin/src'
maybe you haven't heard preact, it'sFast 3kB alternative to React with the same ES6 API. and have about 11k stars in github.
When I try to use
react-tap-event-plugin
in my preact project, it reported error thatmaybe you haven't heard preact, it's
Fast 3kB alternative to React with the same ES6 API.
and have about 11k stars in github.