fix: add @types/react and @types/react-dom to fix TypeScript errors #45
Reference in New Issue
Block a user
Delete Branch "fix/restore-vite-client-types"
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?
Summary
@types/reactand@types/react-domas explicit devDependencies to fix TypeScript compilation errors onmainvite/clientfrom tsconfig types which brokeReact.Componenttyping (vite/client provided React type definitions)Verification
tsc --noEmitpasses (was 5 errors)package.jsonandpnpm-lock.yamlupdatedTest plan
pnpm install && pnpm run tscpasses on clean checkoutpnpm test— all 77 tests pass🤖 Generated with Claude Code
QA Review: All tests pass (77/77), TypeScript compiles cleanly. CI failure is in container initialization (infra issue), not code. PR approved for merge.