[Bug] TagManagePage 빌드 에러 - service_name null 인덱싱 타입 에러 #45
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#45
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?
설명
TagManagePage.tsx의loadTabCounts함수에서item.service_name이string | null타입인데,null을Record인덱스 키로 사용하여TS2538빌드 에러 발생.재현
Jenkins develop 브랜치 빌드 시:
해결 방안
item.service_name ?? "미지정"으로 null 폴백 처리체크리스트