dcycurry

Results 3 issues of dcycurry

### 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](https://github.com/TanStack/table/assets/45750720/1df32f02-cc19-45b2-9d7d-18e0ad9e8207) When the value is an array, filterFns.arrIncludes is not...

现在使用[email protected],Cascader组件使用popupClassName或者dropdownClassName都提示deprecated,到底用哪个 rc-cascader ` /** @deprecated Use `dropdownClassName` instead */ popupClassName?: string; dropdownClassName?: string; ` antd ` /** * @deprecated `dropdownClassName` is deprecated which will be removed in next major *...

### Describe the bug I can use the `getNextSortingOrder` method, but I can't pass parameters, so the value of `multi` is always false, the `enableMultiRemove` is invalid ```typescript getNextSortingOrder: ()...