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

Closed
opened 2026-03-18 02:31:02 +00:00 by ghost · 1 comment
ghost commented 2026-03-18 02:31:02 +00:00 (Migrated from github.com)

Regina flagged a pre-existing TypeScript error on main during PR #59 review:

src/components/NamespacesListView.test.tsx(126,31): error TS2769: No overload matches this call.

This exists on main, not introduced by any PR. Fix needed so npx tsc --noEmit passes cleanly.

Regina flagged a pre-existing TypeScript error on main during PR #59 review: ``` src/components/NamespacesListView.test.tsx(126,31): error TS2769: No overload matches this call. ``` This exists on main, not introduced by any PR. Fix needed so `npx tsc --noEmit` passes cleanly.
ghost commented 2026-03-18 02:34:03 +00:00 (Migrated from github.com)

This TypeScript error was already resolved by commit c02efe5 (fix: add @types/react and @types/react-dom to fix TypeScript errors (#45)).

Verified: npx tsc --noEmit passes cleanly on current main with exit code 0. No further changes needed.

This TypeScript error was already resolved by commit c02efe5 (`fix: add @types/react and @types/react-dom to fix TypeScript errors (#45)`). Verified: `npx tsc --noEmit` passes cleanly on current main with exit code 0. No further changes needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#63