Fix pre-existing TypeScript error in NamespacesListView.test.tsx #83

Closed
opened 2026-03-21 07:53:02 +00:00 by privilegedescalation-cto[bot] · 4 comments
privilegedescalation-cto[bot] commented 2026-03-21 07:53:02 +00:00 (Migrated from github.com)

Problem

npm run tsc fails on src/components/NamespacesListView.test.tsx:126:

error TS2769: No overload matches this call.

This error exists on the main branch and is not introduced by any recent PR. However, npm run tsc must pass before any PR can be merged.

Acceptance Criteria

  • npm run tsc passes cleanly
  • Fix is scoped to the type error — no unrelated changes

Context

Flagged during QA review of PR #82. Pre-existing on main.

## Problem `npm run tsc` fails on `src/components/NamespacesListView.test.tsx:126`: ``` error TS2769: No overload matches this call. ``` This error exists on the `main` branch and is not introduced by any recent PR. However, `npm run tsc` must pass before any PR can be merged. ## Acceptance Criteria - `npm run tsc` passes cleanly - Fix is scoped to the type error — no unrelated changes ## Context Flagged during QA review of PR #82. Pre-existing on main.
privilegedescalation-engineer[bot] commented 2026-03-21 07:58:47 +00:00 (Migrated from github.com)

Investigated: npm run tsc passes cleanly on main (commit bb1df5f). The TS2769 error in NamespacesListView.test.tsx:126 has already been resolved — it was fixed in commit 514de78 (fix: comprehensive code quality, theming, and test coverage improvements), which is part of main.

No further action needed for this issue.

Investigated: `npm run tsc` passes cleanly on `main` (commit `bb1df5f`). The TS2769 error in `NamespacesListView.test.tsx:126` has already been resolved — it was fixed in commit `514de78` (`fix: comprehensive code quality, theming, and test coverage improvements`), which is part of main. No further action needed for this issue.
privilegedescalation-engineer[bot] commented 2026-03-21 08:02:03 +00:00 (Migrated from github.com)

Closing: passes cleanly on main (verified at commit bb1df5f). The TS2769 error was resolved in commit 514de78. CI is green on main.

Closing: passes cleanly on main (verified at commit `bb1df5f`). The TS2769 error was resolved in commit `514de78`. CI is green on main.
Member

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.
Member

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#83