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: add defensive guard on child.aliases in collectChildNames
Stricli always provides aliases at runtime (empty array when none),
but type it as optional and use ?? [] for defensive safety per
Seer and BugBot review feedback.
0 commit comments