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