@sanity/ui 2.14.1 → 2.14.3

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.
@@ -3306,11 +3306,10 @@ const StyledVirtualList = styled.div.withConfig({
3306
3306
  break bb0;
3307
3307
  }
3308
3308
  if (itemHeight === -1) {
3309
- const t123 = items[0];
3309
+ let t123;
3310
+ $[26] !== items[0] || $[27] !== renderItem ? (t123 = renderItem(items[0]), $[26] = items[0], $[27] = renderItem, $[28] = t123) : t123 = $[28];
3310
3311
  let t132;
3311
- $[26] !== renderItem || $[27] !== t123 ? (t132 = renderItem(t123), $[26] = renderItem, $[27] = t123, $[28] = t132) : t132 = $[28];
3312
- let t142;
3313
- $[29] !== t132 ? (t142 = [/* @__PURE__ */ jsx(ItemWrapper, { children: t132 }, 0)], $[29] = t132, $[30] = t142) : t142 = $[30], t11 = t142;
3312
+ $[29] !== t123 ? (t132 = [/* @__PURE__ */ jsx(ItemWrapper, { children: t123 }, 0)], $[29] = t123, $[30] = t132) : t132 = $[30], t11 = t132;
3314
3313
  break bb0;
3315
3314
  }
3316
3315
  let t122;