vue-vben-admin
                                
                                
                                
                                    vue-vben-admin copied to clipboard
                            
                            
                            
                        Cannot read properties of undefined (reading 'includes') in useRowSelection.ts
Hello.
I found that when deploying the project, on the /comp/table/formTable route, when trying to hide the selection of columns
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