Skip to content

Commit 888b060

Browse files
committed
current
1 parent 0e96814 commit 888b060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235

236236
var maps = google.maps;
237237

238-
var mapRef = this.mapRef;
238+
var mapRef = this.mapRef.current;
239239
var node = _reactDom2.default.findDOMNode(mapRef);
240240
var curr = this.state.currentLocation;
241241
var center = new maps.LatLng(curr.lat, curr.lng);

0 commit comments

Comments
 (0)