@tanstack/react-table 8.20.6 → 8.21.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.
@@ -652,7 +652,7 @@
652
652
  var _row$getValue4;
653
653
  return (_row$getValue4 = row.getValue(columnId)) == null ? void 0 : _row$getValue4.includes(filterValue);
654
654
  };
655
- arrIncludes.autoRemove = val => testFalsey(val) || !(val != null && val.length);
655
+ arrIncludes.autoRemove = val => testFalsey(val);
656
656
  const arrIncludesAll = (row, columnId, filterValue) => {
657
657
  return !filterValue.some(val => {
658
658
  var _row$getValue5;