Google-maps-react: InvalidValueError: setClickableIcons: not a boolean

Created on 6 Aug 2017  路  2Comments  路  Source: fullstackreact/google-maps-react

I'm getting the error "InvalidValueError: setClickableIcons: not a boolean" with the following gist.

https://gist.github.com/jackreichert/d170845fc9e9b003d950c930da4accf6

I tried to use your basic example.

Thanks for this excellent project.

Most helpful comment

Had the same issue. I added an extra clickableIcons={false} prop to <Map /> so I dont see that warning until they fix it.

All 2 comments

Had the same issue. I added an extra clickableIcons={false} prop to <Map /> so I dont see that warning until they fix it.

Was this page helpful?
0 / 5 - 0 ratings