I just installed version 0.24.0 and got this error: Cannot find module 'prop-types'.
Seems like it is missing a dependency.
@figalex
prop-types is a peer dependency of this module. You need to install it separately into your project.
https://github.com/istarkov/google-map-react/blob/master/package.json#L45
@figalex You can do npm install "prop-types" or yarn add "prop-types" and it'll work!
Yeah I figured that out later, I just thought that maybe is a mistake that prop-types was listed as peer dependency.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Yeah I figured that out later, I just thought that maybe is a mistake that prop-types was listed as peer dependency.