-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with minified version of react-dom #99
Comments
Very easy to reproduce: Create index.js in pages with this line: result of npm run build:
|
Downgrading to [email protected] solves the issue apparently something is not going well with next |
Related discussion in next.js repo vercel/next.js#1877 |
The
onTouchTap
callbacks 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-plugin
bug or areact-dom
bug ?The text was updated successfully, but these errors were encountered: