I'm not sure if my setup is wrong or this is an issue with React 16, I simply created an empty react app, then npm installed react-polymer, and added this line:
import reactPolymer from 'react-polymer'
And result is:
`Failed to compile.
./node_modules/react-polymer/index.js
Module not found: Can't resolve 'react-dom/lib/DOMPropertyOperations' in '[]/node_modules/react-polymer'
I'm not sure if my setup is wrong or this is an issue with React 16, I simply created an empty react app, then npm installed
react-polymer, and added this line:import reactPolymer from 'react-polymer'And result is: