shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
766 stars 90 forks source link

Property today does not exist - type error in mapDays #288

Open nilz3155 opened 3 months ago

nilz3155 commented 3 months ago

using typescript, "today" in mapDays argument is not defined:

Property today does not exist on type { date: DateObject; selectedDate: DateObject | DateObject[]; currentMonth: object; isSameDate(arg1: DateObject, arg2: DateObject): boolean; }

shahabyazdi commented 1 month ago

Hi. Thank you for reporting this bug. It should be fixed in v4.5.1