I am debugging a V2 calendar migrated from V1 and finding a javascript error that I have traced to the Default End Time of 12:00am on the weekly view properties.
We are on skuid version 15.1.6 on Salesforce, Winter '23 release.
Error shown on Chrome console:
skuidCalendar.js:2
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘date’)
at e.computeTimeTop (skuidCalendar.js:2:269384)
at n.handleScrollRequest [as execFunc] (skuidCalendar.js:2:281565)
at e.drain (skuidCalendar.js:2:113754)
at e.update (skuidCalendar.js:2:113596)
at n.componentDidUpdate (skuidCalendar.js:2:282975)
at n. (skuidCalendar.js:2:331663)
at skuidCalendar.js:2:332416
at Array.some ()
at skuidCalendar.js:2:332396
at Array.some ()
Here is XML to replicate:
<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”>
<skuid__calendar uniqueid=“sk-3C-f-29211”>
</skuid__calendar>
</skuid__page>
