The repo-page route in src/App.tsx matches /bundles/:branch and /tests/:branch against the onboarding URLs /bundles/new and /tests/new, binding :branch = "new". useNavLinks reads that param and emits sibling tab links like /tests/new and /commits/new. Filtering then treats new as a branch name.
Repro:
- Open a repo with bundle analysis off and JS/TS source.
- Click Bundles. URL becomes
/bundles/new.
- Click Tests or Commits. URL becomes
/tests/new or /commits/new.
The repo-page route in
src/App.tsxmatches/bundles/:branchand/tests/:branchagainst the onboarding URLs/bundles/newand/tests/new, binding:branch = "new".useNavLinksreads that param and emits sibling tab links like/tests/newand/commits/new. Filtering then treatsnewas a branch name.Repro:
/bundles/new./tests/newor/commits/new.