TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
24.49k stars 3.03k forks source link

Fix `arrIncludes` filterFn #5623

Open lukebui opened 1 week ago

lukebui commented 1 week ago

The filterValue for this function is not an array. Therefore, we should not check for its length.