You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear board detail state before filtering boards list in deleteBoard
Reorder state mutations in deleteBoard so detail refs (currentBoard,
cards, labels, comments, presence) are cleared before the boards array
is filtered. This prevents downstream watchers on `boards` from
reading stale detail state during the reactive flush.
0 commit comments