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
🤖 Fix workspace deletion UI crash with layered null checks
- Primary fix: Handle null metadata in onMetadata subscription (delete from map)
- Defense: Add null check to filter in sortedWorkspacesByProject
- Safety: Add null guard in metadata comparison function
Prevents crash when deleting workspace by ensuring null metadata
never pollutes the state Map or reaches comparison logic.
0 commit comments