google-map-react / old-examples

Examples for google-map-react component.
http://google-map-react.github.io/google-map-react/map/main/
357 stars 316 forks source link

Error: Cannot find module "react/addons" #27

Open strarsis opened 6 years ago

strarsis commented 6 years ago

Trying to get the x_simple map demo running, I get this build error:

Error: Cannot find module "react/addons"
anianroid commented 6 years ago

Replace 'react/addons' with 'react' and import PropTypes seperately from 'prop-types' npm. It has been moved off react since 15.x

ref. https://reactjs.org/docs/typechecking-with-proptypes.html