Skip to content

Commit

Permalink
fix(Marker): remove from MarkerClusterer
Browse files Browse the repository at this point in the history
* Closes #154
* Closed #153
* Original commit: 0113838
  • Loading branch information
MiroslavPetrik authored and tomchentw committed Nov 19, 2015
1 parent 4a8bc21 commit f4e0696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ export default class Marker extends Component {
return;
}

const {anchorHolderRef, marker} = this.props;
const {anchorHolderRef} = this.props;
const {marker} = this.state;


if (anchorHolderRef) {
if ("MarkerClusterer" === anchorHolderRef.getAnchorType()) {
Expand Down

0 comments on commit f4e0696

Please sign in to comment.