@popsure/dirty-swan 0.57.3 → 0.57.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -5109,7 +5109,7 @@ var AutocompleteAddress = function (_a) {
5109
5109
  map: map.current,
5110
5110
  });
5111
5111
  setPlaceFromAddress(address);
5112
- }, [hasLoadedGoogleAPI]); // eslint-disable-line
5112
+ }, [hasLoadedGoogleAPI, countryCode]); // eslint-disable-line
5113
5113
  var onPlaceChanged = function (newPlace, updateAddress) {
5114
5114
  var _a, _b, _c, _d, _e;
5115
5115
  if (newPlace === void 0) { newPlace = (_a = autocomplete.current) === null || _a === void 0 ? void 0 : _a.getPlace(); }