change dob picker #1414
Annotations
3 errors
test:
src/app/dashboard/students/StudentForm.tsx#L246
Type '{ mode: "single"; selected: Date; onSelect: (date: Date | undefined) => void; disabled: (date: Date) => boolean; month: Date; onMonthChange: Dispatch<SetStateAction<Date>>; initialFocus: true; }' is not assignable to type 'IntrinsicAttributes & DayPickerProps'.
|
test:
src/components/ui/calendar.tsx#L57
Object literal may only specify known properties, and 'IconLeft' does not exist in type 'Partial<CustomComponents>'.
|
test
Process completed with exit code 2.
|