Add progress bar to detail view #139
Annotations
4 errors
Type Check:
src/components/BacklogView/helpers/backlogHelpers.ts#L67
Property 'toLowerCase' does not exist on type '{ issueKey: string; summary: string; }'.
|
Type Check:
src/components/CreateIssue/Fields/IssueTypeSelect.tsx#L41
Argument of type 'string' is not assignable to parameter of type '{ issueKey: string; summary: string; }'.
|
Type Check:
src/components/DetailView/Components/EditableEpic/queries.ts#L9
Conversion of type '{ epic: string; }' to type 'Issue' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Type Check
Process completed with exit code 2.
|