Support start and due date in epic detail view #100
Annotations
2 errors
Type Check:
src/components/BacklogView/Issue/IssueCard.tsx#L215
Type '{ creator: string; description: string; rank: string; reporter: User; sprint?: Sprint | undefined; subtasks: { id: string; key: string; fields: { summary: string; }; }[]; created: string; ... 14 more ...; closeModal: () => void; }' is not assignable to type 'IntrinsicAttributes & { issueKey: string; summary: string; labels: string[]; assignee?: User | undefined; description: string; created: string; updated: string; closeModal: () => void; startDate: Date; dueDate: Date; }'.
|
Type Check
Process completed with exit code 2.
|