bharani91 / react-select-popover

A react component to convert a select box into a nifty popover with prepopulated options

Home Page:http://bharani91.github.io/react-select-popover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant find react dom in node modules

ankur1163 opened this issue · comments

I am getting this error

./node_modules/react-select-popover/node_modules/react-dom/index.js
Module not found: Can't resolve 'react/lib/ReactDOM' in '/Users/ankursharma/Documents/projects/meetupz/client_src/node_modules/react-select-popover/node_modules/react-dom'

can you help me out?

I had the same problem. I think it maybe because new React release and ReacDOM is moved into react-dom. So i try change the location import but it till not work.

yeah didnt work for me. May be look for some other solution

Same situation

Same :(