Open jtiscione opened 7 years ago
require('react-tap-event-plugin') returns undefined. I also tried the ES6 import:
require('react-tap-event-plugin')
import injectTapEventPlugin from 'react-tap-event-plugin';
which also sets injectTapEventPlugin to undefined. (This is version 2.0.1.)
Update- this seems to only happen with HMR; on subsequent passes it does pick it up.
require('react-tap-event-plugin')
returns undefined. I also tried the ES6 import:which also sets injectTapEventPlugin to undefined. (This is version 2.0.1.)
Update- this seems to only happen with HMR; on subsequent passes it does pick it up.