We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579dad3 commit bcff909Copy full SHA for bcff909
4 files changed
dist/components/Marker.js
@@ -135,6 +135,7 @@
135
}, {
136
key: 'componentDidUpdate',
137
value: function componentDidUpdate(prevProps) {
138
+ console.log(this.props, prevProps);
139
if (this.props.map !== prevProps.map || this.props.position.lat() !== prevProps.lat() || this.props.position.lng() !== prevProps.lng() || this.props.icon !== prevProps.icon) {
140
if (this.marker) {
141
this.marker.setMap(null);
0 commit comments