table icon indicating copy to clipboard operation
table copied to clipboard

error of getAutoFilterFn

Open dcycurry opened this issue 2 years ago • 0 comments

TanStack Table version

v8.11.7

Framework/Library version

React v18.2.0

Describe the bug and the steps to reproduce it

Screenshot2024_01_23_095318

When the value is an array, filterFns.arrIncludes is not used and is intercepted in the previous judgment (value !== null && typeof value === 'object')

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

NA

Screenshots or Videos (Optional)

NA

Do you intend to try to help solve this bug with your own PR?

None

Terms & Code of Conduct

  • [X] I agree to follow this project's Code of Conduct
  • [X] I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.

dcycurry avatar Jan 23 '24 02:01 dcycurry