intelicoreact 1.1.63 → 1.1.64

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.
@@ -252,7 +252,7 @@ var InputAddress = function InputAddress(_ref) {
252
252
  if (!isListVisible) setListItems([]);
253
253
  }, [isListVisible]);
254
254
  (0, _react.useEffect)(function () {
255
- if (preparedValue !== query && !isValueInited) {
255
+ if (preparedValue !== query || !isValueInited) {
256
256
  setQuery(preparedValue);
257
257
  setIsValueInited(true);
258
258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [