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.
2 parents 2c94d32 + d1e949e commit cc415d1Copy full SHA for cc415d1
src/index.js
@@ -142,7 +142,7 @@ export class Map extends React.Component {
142
center: center,
143
zoom: this.props.zoom,
144
maxZoom: this.props.maxZoom,
145
- minZoom: this.props.maxZoom,
+ minZoom: this.props.minZoom,
146
clickableIcons: !!this.props.clickableIcons,
147
disableDefaultUI: this.props.disableDefaultUI,
148
zoomControl: this.props.zoomControl,
0 commit comments