In daypilot-react.min.d.ts the weekStarts prop definition - weekStarts?: "Auto" | number; is commented out. Is this intentional because there is something faulty with the prop?
I tried uncommenting it but regardless of value there seems to be no change whatsoever in the DayPilotCalendar using either “Week” or “Days” viewType.
The week always starts on Sunday, which is what I want, but in some scenarios I would prefer to be able to manipulate this value myself.