Skip to content

Commit 790f820

Browse files
committed
npm uninstall react-tap-event-plugin
1 parent 55f718d commit 790f820

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

app/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {hydrate} from 'react-dom';
33
import {AppContainer, setConfig} from 'react-hot-loader';
44
import {Provider} from 'react-redux';
55
import {BrowserRouter as Router} from 'react-router-dom';
6-
import injectTapEventPlugin from 'react-tap-event-plugin';
76
import 'isomorphic-fetch';
87
import configureStore from './configureStore';
98
import reducers from './reducers';
@@ -17,12 +16,6 @@ const App = universal(() => import('./components/containers/App'));
1716
const preloadedState = window.__PRELOADED_STATE__;
1817
const store = configureStore(reducers, preloadedState);
1918

20-
try {
21-
injectTapEventPlugin();
22-
} catch (e) {
23-
//
24-
}
25-
2619
const ROOT = 'root';
2720

2821
const app = App => (

package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"react-jss": "^8.3.3",
5252
"react-redux": "^5.0.7",
5353
"react-router-dom": "^4.2.2",
54-
"react-tap-event-plugin": "^3.0.2",
5554
"react-universal-component": "^2.8.4",
5655
"redux": "^3.7.2",
5756
"redux-thunk": "^2.2.0",

0 commit comments

Comments
 (0)