@tanstack/svelte-table 8.0.0-beta.6 → 8.0.0-beta.7

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.
@@ -1543,7 +1543,7 @@ const Grouping = {
1543
1543
  getIsAggregated: () => {
1544
1544
  var _row$subRows;
1545
1545
 
1546
- return !cell.getIsGrouped() && !cell.getIsPlaceholder() && ((_row$subRows = row.subRows) == null ? void 0 : _row$subRows.length) > 1;
1546
+ return !cell.getIsGrouped() && !cell.getIsPlaceholder() && !!((_row$subRows = row.subRows) != null && _row$subRows.length);
1547
1547
  },
1548
1548
  renderAggregatedCell: () => {
1549
1549
  if (process.env.NODE_ENV === 'development') {