I get the following warning when running yarn in my project:
warning google-map-react > [email protected]: This module has moved: please install @mapbox/point-geometry instead
My yarn.lock file shows:
google-map-react@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/google-map-react/-/google-map-react-0.24.0.tgz#7276546d303c5ae837963f8bc1386b75f1aa2c60"
dependencies:
eventemitter3 "^1.1.0"
fbjs "^0.8.3"
point-geometry "0.0.0"
scriptjs "^2.5.7"
and
[email protected]:
version "0.0.0"
resolved "https://registry.yarnpkg.com/point-geometry/-/point-geometry-0.0.0.tgz#6fcbcad7a803b6418247dd6e49c2853c584daff7"
I get the following warning when running
yarnin my project:warning google-map-react > [email protected]: This module has moved: please install @mapbox/point-geometry insteadMy
yarn.lockfile shows:and