You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: