zalmoxisus / remotedev-app

Remote Redux DevTools monitor app.

Home Page:http://remotedev.io/local

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation issue when using React ^16

g2graman opened this issue · comments

When trying to use import DevTools from "remotedev-app" and render DevTools in jsx as a React Component, I get the following error.

./node_modules/remotedev-app/node_modules/react-tap-event-plugin/src/TapEventPlugin.js
Module not found: Can't resolve 'react-dom/lib/EventConstants' in '/Users/francescog/projects/redux-devtools-presentation/node_modules/remotedev-app/node_modules/react-tap-event-plugin/src'

I'm using react 16.8.1, and I noticed that this package has "react": "^15.4.0", in its package.json so it might need an upgrade to accommodate react ^16