-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
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
no GoogleMap API key #442
Comments
I'm wondering the same |
we definitely need to update the README with this, its fairly critical |
Is there any solution or workaround at the moment? Thanks |
@joaocrq you either include it in your withScriptjs(withGoogleMap(props) => {
// your component. Note passing it dynamically only works on an async load. |
Thank you very much @oshalygin! |
@joaocrq anytime, let me know if you need more of a code snippet, sorry my code is very nested and I'd have to show you 3 components deep but I dont mind, lmk. |
Please refer to Getting Help section in the README (or #469). |
The console pops up a 'TypeError: this.props.googleMapElement is undefined' error. Where do I put the API key? Version 4.7.1.
The text was updated successfully, but these errors were encountered: