JS Doc for calculateStartDate in SinglePlanningCalendarView
OpenUI5 version:
The jsdoc of method calculateStartDate in file src/sap.m/src/sap/m/SinglePlanningCalendarView.js does not indicate a return type. Should it include * @return {object} the startDate of the view as we can see in the implementations (SinglePlanningCalendarWorkWeekView, SinglePlanningCalendarWorkWeekView or SinglePlanningCalendarMonthView) ?
Without this the typescript function is expected to return void.
I can add a PR if this is the case.
Thank you
I've opened an internal incident (DINC0144944) for this problem. The colleagues will have a look and will get back to you
Hey @signix,
Thanks for sharing your finding, the issue was fixed with the commit linked above and will be available in UI5 version 1.125.
Best, Diana
Thank you for the fix