We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32297a8 commit ceb3d00Copy full SHA for ceb3d00
src/index.js
@@ -143,7 +143,7 @@ export class Map extends React.Component {
143
zoom: this.props.zoom,
144
maxZoom: this.props.maxZoom,
145
minZoom: this.props.maxZoom,
146
- clickableIcons: this.props.clickableIcons || false,
+ clickableIcons: !!this.props.clickableIcons,
147
disableDefaultUI: this.props.disableDefaultUI,
148
zoomControl: this.props.zoomControl,
149
mapTypeControl: this.props.mapTypeControl,
0 commit comments