vue-vben-admin icon indicating copy to clipboard operation
vue-vben-admin copied to clipboard

Cannot read properties of undefined (reading 'includes') in useRowSelection.ts

Open Augen2203 opened this issue 3 years ago • 0 comments

Hello.

I found that when deploying the project, on the /comp/table/formTable route, when trying to hide the selection of columns Знімок екрана 2022-07-05 о 03 39 18 through the column settings window, an error occurs: Cannot read properties of undefined (reading 'includes') in file useRowSelection.ts.

the fix is to edit selectedRowKeys: checkedKeys to selectedRowKeys: checkedKeys.value, but the bug that is present in the demo remains.

It consists in not reacting more to the selection of the row after we turn on / off the display of the selection of the row in the table settings

Thank you

Augen2203 avatar Jul 05 '22 00:07 Augen2203