@tanstack/react-table 8.11.0 → 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.
@@ -2241,7 +2241,7 @@
2241
2241
  };
2242
2242
  const mutateRowIsSelected = (selectedRowIds, id, value, includeChildren, table) => {
2243
2243
  var _row$subRows;
2244
- const row = table.getRow(id);
2244
+ const row = table.getRow(id, true);
2245
2245
 
2246
2246
  // const isGrouped = row.getIsGrouped()
2247
2247