-
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
error 'google' is not defined no-undef #434
Comments
I am one step further, see this question: #435 |
@jwamsterdam - Take a look at #414 |
Please refer to Getting Help section in the README (or #469). |
add this line to top of your file: |
|
deep-diver
added a commit
to deep-diver/neighborhood-map-react
that referenced
this issue
May 3, 2018
- /*global google*/ is required when you face "error 'google' is not defined no-undef" (tomchentw/react-google-maps#434) - need to put libraries=places in the URL
What about putting it in your tsconfig? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doc: https://tomchentw.github.io/react-google-maps/basics/directions isn't working at all.
can't get around: error 'google' is not defined no-undef
I did find a solution that is partly working, e.g. using
But I have no idea how to match this to the tutorial with componentDidMount etc. to get it to work with the direction service. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: