@tanstack/table-core 8.20.5 → 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.
@@ -618,7 +618,7 @@ const arrIncludes = (row, columnId, filterValue) => {
618
618
  var _row$getValue4;
619
619
  return (_row$getValue4 = row.getValue(columnId)) == null ? void 0 : _row$getValue4.includes(filterValue);
620
620
  };
621
- arrIncludes.autoRemove = val => testFalsey(val) || !(val != null && val.length);
621
+ arrIncludes.autoRemove = val => testFalsey(val);
622
622
  const arrIncludesAll = (row, columnId, filterValue) => {
623
623
  return !filterValue.some(val => {
624
624
  var _row$getValue5;