CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

Property 'firstDay' does not exist on type

Open front100 opened this issue 2 months ago • 0 comments

HI! I get TypeScript error for property 'firstDay':

Property 'firstDay' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<CalendarPicker> & Readonly<CalendarPickerProps>'.ts(2769)

front100 avatar Apr 24 '24 13:04 front100