Pre-existing TypeScript error in NamespacesListView.test.tsx #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug: TypeScript error in NamespacesListView.test.tsx
Error
Impact
npm run tscfails on main and all branches. This is a pre-existing issue not introduced by any recent PR.Reproduction
Expected
TypeScript should compile without errors.
Note
This is blocking PR #92 (npm audit fix) from passing
npm run tsc, even though the TS error is pre-existing and unrelated to the PR's changes.Not reproducible —
pnpm run tscpasses cleanly on bothmainandfix/npm-audit-vulnerabilities. The error appears to have been resolved when PR #89 was merged (which updated the E2E infra). PR #92 rebased on latest main; tsc + 100 tests all pass.