Fix pre-existing TypeScript error in NamespacesListView.test.tsx #63
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?
Regina flagged a pre-existing TypeScript error on main during PR #59 review:
This exists on main, not introduced by any PR. Fix needed so
npx tsc --noEmitpasses cleanly.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 --noEmitpasses cleanly on current main with exit code 0. No further changes needed.