intelicoreact 1.1.48 → 1.1.49

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.
@@ -259,6 +259,7 @@ var InputAddress = function InputAddress(_ref) {
259
259
  };
260
260
 
261
261
  var preparedValue = (0, _react.useMemo)(function () {
262
+ if (!value) return '';
262
263
  if (typeof value === 'string') return value === null || value === void 0 ? void 0 : value.trim();
263
264
  return value;
264
265
  }, [value]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [