NgRx Signal Store is not updating the state
Scenario: I need to make a kanban board with ToDo, In-Progress and Done items. The user should be able to drag and drop items around in different swimlanes, create new to-do items and remove items. I am using signals for Reactivity and NgRx SignalStore for state management.