We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting the error that Uncaught TypeError: (0 , _reactGoogleMaps.withGoogleMap) is not a function
does anyone else get this error, i am importing withGoogleMap from react-google-maps.
The text was updated successfully, but these errors were encountered:
This happened to me earlier, make sure you have version 6.0.0 or above. By default, npm downloaded v4, so you should look at these docs instead
If you want to use the withGoogleMap method, run npm install --save react-google-maps@6.0
npm install --save react-google-maps@6.0
Sorry, something went wrong.
Thanks @cameronmoreau !
Its still not working!
Please refer to Getting Help section in the README (or #469).
No branches or pull requests
I keep getting the error that Uncaught TypeError: (0 , _reactGoogleMaps.withGoogleMap) is not a function
does anyone else get this error, i am importing withGoogleMap from react-google-maps.
The text was updated successfully, but these errors were encountered: