Open ericbenedetto16 opened 5 years ago
I ended up installing the master branch module via git:
$ npm install --save fullstackreact/google-maps-react#master
Perhaps you should consider following this solution. I can confirm it works for me :D
https://github.com/fullstackreact/google-maps-react/issues/300#issuecomment-451765622
JavaScript is throwing:
I also noticed in my node_modules directory google-maps-react/dist/does not include components/Circle.js and index.js does not include global.Circle
However, the git repository appears to have Circle.js and global.Circle (https://github.com/fullstackreact/google-maps-react/tree/master/dist/components)
Any ideas???