Error after update: Cannot resolve module 'react/lib/ReactMount' Error after update: Cannot resolve module 'react/lib/ReactMount' heroku heroku

Error after update: Cannot resolve module 'react/lib/ReactMount'


Looks like you and I were in the same boat. We were both using an old version of react-hot-loader update to version 3.x and do another npm install.

see - https://github.com/gaearon/react-hot-loader/issues/417


What worked for me was to simple change from react: ^15.0.0 to 15.3.1.


You would need to update react in order to resolve this. In my case, I wasn't using hot loader. An upgrade to react resolved this. Currently on 15.4.0