fix: kanban height #370
Annotations
5 errors
|
Release
Process completed with exit code 2.
|
|
Release:
src/components/Projects/ProjectView.tsx#L0
Type '{ initialProjects: Project[]; initialEpics: Epic[]; initialSprints: Sprint[]; initialTasks: Task[]; initialColleagues: DigitalColleague[]; initialUsers: User[]; ... 5 more ...; onAddComment: (({ content, taskId }: { ...; }) => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & KanbanBoardProps'.
|
|
Release:
src/components/Projects/KanbanBoardView.tsx#L0
Cannot find name 'onAddComment'.
|
|
Release:
src/components/Projects/KanbanBoardView.tsx#L0
Type '(taskId: string, updates: Partial<Task>) => Promise<void>' is not assignable to type '(taskId: string, updates: Partial<Task>) => Promise<Task>'.
|
|
Release
Process completed with exit code 127.
|