@dotdev/reactive-google-map
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@dotdev/reactive-google-map", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "package/index.js", | ||
@@ -5,0 +5,0 @@ "types": "package/index.d.ts", |
@@ -81,3 +81,3 @@ "use strict"; | ||
var place = _this.state.googleMapAutocomplete.getPlace(); | ||
if (place.id) { | ||
if (place.place_id) { | ||
_this.props.onSelect(place); | ||
@@ -84,0 +84,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70477
0