Add Task Title Validation on Main Composer Text Change #56896
Annotations
8 errors
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L176
Property 'hasExceededMaxTaskTitleLength' does not exist on type '{ hasExceededMaxTitleLength: boolean; validateTitleMaxLength: DebouncedFuncLeading<(value: string) => boolean>; }'.
|
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L176
Property 'validateTaskTitleMaxLength' does not exist on type '{ hasExceededMaxTitleLength: boolean; validateTitleMaxLength: DebouncedFuncLeading<(value: string) => boolean>; }'.
|
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L313
Cannot find name 'hasExceededMaxTitleLength'. Did you mean 'hasExceededMaxTaskTitleLength'?
|
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L322
Cannot find name 'hasExceededMaxTitleLength'. Did you mean 'hasExceededMaxTaskTitleLength'?
|
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L417
Cannot find name 'validateTitleMaxLength'. Did you mean 'validateTaskTitleMaxLength'?
|
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L422
Cannot find name 'validateTitleMaxLength'. Did you mean 'validateTaskTitleMaxLength'?
|
Type check with TypeScript:
src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx#L573
Cannot find name 'hasExceededMaxTitleLength'. Did you mean 'hasExceededMaxTaskTitleLength'?
|
Type check with TypeScript
Process completed with exit code 2.
|
Loading