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: filter views without id and use explicit typeof checks in useViewsAssignment
Filter out views with undefined id when setting state to prevent
unstable React keys downstream. Replace !!id with typeof id === 'string'
for explicit type narrowing that correctly handles edge cases.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
0 commit comments