[Bug] TypeScript 빌드 에러 수정 (미사용 변수, 타입 내로잉) #17
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_WEB#17
Loading…
Reference in New Issue
Block a user
No description provided.
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?
설명
Jenkins CI 빌드 시 TypeScript 컴파일 에러가 발생하여 배포 실패.
배경
PR #16 머지 후 develop 브랜치 빌드에서 2건의 TS 에러 발생.
체크리스트
DashboardPage.tsx— 미사용 변수i제거 (TS6133)PlatformStatusIndicator.tsx—CredentialStatus타입 내로잉으로 인덱싱 에러 해결 (TS7053)참고
tsc -b단계에서 실패