@sanity/ui 2.14.1 → 2.14.2

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