So I need this library for the deprecated onTouchTap for Material UI. Apparently I can only run this "injectTapEventPlugin()" one time in the whole span of the application so I put it in the constructor in my APP.js file. However, it still ended up calling it twice.
Anybody with more React experience: where is the optimal placement for this function and import statement?