@tanstack/table-core 8.11.1 → 8.11.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.
@@ -2206,7 +2206,7 @@ const RowSelection = {
2206
2206
  };
2207
2207
  const mutateRowIsSelected = (selectedRowIds, id, value, includeChildren, table) => {
2208
2208
  var _row$subRows;
2209
- const row = table.getRow(id);
2209
+ const row = table.getRow(id, true);
2210
2210
 
2211
2211
  // const isGrouped = row.getIsGrouped()
2212
2212