google-location-autocomplete-react
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -38,2 +38,6 @@ var __assign = (this && this.__assign) || function () { | ||
}); | ||
if (value) { | ||
setData(value); | ||
autocomplete_1.setValue(value); | ||
} | ||
} | ||
@@ -51,5 +55,2 @@ }; | ||
} | ||
if (value) { | ||
setData(value); | ||
} | ||
}; | ||
@@ -56,0 +57,0 @@ useEffect(function () { |
{ | ||
"name": "google-location-autocomplete-react", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"main": "dist/GoogleLocationAutocomplete.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/GoogleLocationAutocomplete.d.ts", |
5600
74