### Problem When hiding a kanban view column, users encountered the following error: `Instance id is not provided and cannot be found in context.` This was caused by the `SelectableListItem` for the "HiddenGroups" menu item not being wrapped in a `SelectableList`. As a result, the required context (specifically, the selectableListInstanceId) was missing, leading to errors in recoil state management. ### Solution This PR wraps the "HiddenGroups" `SelectableListItem` in its own `SelectableList` component, providing the necessary context and ensuring that the component family selectors work as expected. https://github.com/user-attachments/assets/19e030d0-a28a-4993-b952-99d10b6e7a92 Closes #11828 --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Run yarn dev while server running on port 3000