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
|
}),
|