@ornikar/kitt-universal 26.3.1-late-ocean.fcd36361858696a81c52c40672737eeca6e22f42.0 → 26.3.1-late-ocean.925ed78a943b3f065de5c42a9ad1d6439fa2bf7e.0

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.
@@ -11468,7 +11468,7 @@ function Picker(_ref) {
11468
11468
  paddingY: "kitt.2",
11469
11469
  children: childrenArray.map(function (child, index) {
11470
11470
  var currentValue = items[index];
11471
- if (!currentValue) throw new Error("Picker: No value found for item at index ".concat(index));
11471
+ if (currentValue === undefined) throw new Error("Picker: No value found for item at index ".concat(index));
11472
11472
  var _getItemProps = getItemProps({
11473
11473
  item: currentValue,
11474
11474
  index: index,