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
this my code for render google map
return ( <div> Dashboard <GoogleMap containerProps={{style: {height: "100%"}}} ref="map" defaultZoom={3} defaultCenter={{lat: -25.363882, lng: 131.044922}}> </GoogleMap> </div> );
but i got error
Unhandled promise rejection ReferenceError: google is not defined(…)
did i missed something?
The text was updated successfully, but these errors were encountered:
For posterity: this problem is caused by not including the Google Maps JS script in your document.
Sorry, something went wrong.
feat(GoogleMap): add warning for undefined google object
2e0c60b
* Closes #142
Thanks @mychaelgo and @a-type. I've added a warning message in #168
No branches or pull requests
this my code for render google map
but i got error
did i missed something?
The text was updated successfully, but these errors were encountered: