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(web): drop unnecessary array spread in sidebar grouping (CI lint)
oxlint's unicorn/no-useless-spread flagged the `[...paths]` snapshot used to
delete-while-iterating. Build the path Set directly instead — same behavior,
no spread.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments