Update dependency @types/luxon to v3.7.4 #1433
job-check.yml
on: pull_request
Lint and Type Check
27s
Annotations
3 errors
|
Lint and Type Check
Process completed with exit code 2.
|
|
Lint and Type Check:
src/server/services/botService.ts#L147
Argument of type 'DateTime<boolean>' is not assignable to parameter of type 'DateTime<true> | DateTime<false>'.
|
|
Lint and Type Check:
src/routes/_authenticated/index.tsx#L99
Type '(date: DateTime<true> | DateTime<false> | null) => void' is not assignable to type '(value: PickerValue, context: PickerChangeHandlerContext<DateValidationError>) => void'.
|