intelicoreact 1.1.39 → 1.1.40

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.
@@ -279,6 +279,7 @@ var InputAddress = function InputAddress(_ref) {
279
279
  var renderListItem = function renderListItem(item, i) {
280
280
  var fullPrediction = item.fullPrediction;
281
281
  return /*#__PURE__*/_react.default.createElement("div", {
282
+ key: "input-address__list-item".concat(i),
282
283
  className: (0, _classnames.default)('input-address__list--item', {
283
284
  'input-address__list--item-hightlighted': i === hightlightedIndex
284
285
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [