-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update React and Material-UI #1483
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@@ -39,9 +39,6 @@ const TorrentPlayer = require('./lib/torrent-player') | |||
// Perf optimization: Needed immediately, so do not lazy load it below | |||
const TorrentListController = require('./controllers/torrent-list-controller') | |||
|
|||
// Required by Material UI -- adds `onTouchTap` event | |||
require('react-tap-event-plugin')() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Module is deprecated (react-tap-event-plugin), removed as a dependency as well ✔️
Thanks for reviewing @Borewit! 😃 |
64cf780
to
390ea0b
Compare
remove react-tap-event-plugin, as it is not needed anymore.
390ea0b
to
16c3476
Compare
Thanks a lot @DiegoRBaquero! 😃 |
react-tap-event-plugin
, as it is not needed anymore.