intelicoreact 1.4.51 → 1.4.53

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.
@@ -557,7 +557,7 @@ const TagsDropdown = _ref => {
557
557
 
558
558
  // --- RENDER FUNCTIONS BEGIN --- //
559
559
  const getMarkupForElement = item => {
560
- var _title$toString, _item$customMobileIco;
560
+ var _item$customMobileIco;
561
561
  const {
562
562
  description
563
563
  } = item;
@@ -574,7 +574,7 @@ const TagsDropdown = _ref => {
574
574
  };
575
575
  return /*#__PURE__*/_react.default.createElement("button", {
576
576
  ref: item === null || item === void 0 ? void 0 : item.ref,
577
- key: title === null || title === void 0 || (_title$toString = title.toString()) === null || _title$toString === void 0 ? void 0 : _title$toString.replace(/ /g, "_"),
577
+ key: "".concat(RC, "__list-item-").concat(item.id || item.value),
578
578
  onClick: e => {
579
579
  e.preventDefault();
580
580
  e.stopPropagation();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.51",
3
+ "version": "1.4.53",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [