The `onTouchTap` callbacks do not get raised anymore when we pack our react js app with the minified version of `react-dom`: `react-dom.min.js`. Everything else seems to work fine to is it rather a `react-tap-event-plugin` bug or a `react-dom` bug ?
The
onTouchTapcallbacks do not get raised anymore when we pack our react js app with the minified version ofreact-dom:react-dom.min.js.Everything else seems to work fine to is it rather a
react-tap-event-pluginbug or areact-dombug ?