Issue when updating resources
3 years ago.
Hello, I am using the scheduler type calendar, and when I try to make an update with the resources, I get the following error:
TypeError: Cannot read properties of undefined (reading 'hidden')
at DayPilot.Scheduler.wt (daypilot-vue.min.js?0d32:34:1)
at DayPilot.Scheduler.zk (daypilot-vue.min.js?0d32:34:1)
at j.Ij (daypilot-vue.min.js?0d32:31:1)
at eval (daypilot-vue.min.js?0d32:31:1)
at Array.forEach (<anonymous>)
at j.qq (daypilot-vue.min.js?0d32:31:1)
at U.clear (daypilot-vue.min.js?0d32:31:1)
at updateSelection (_evaluationId.vue?c615:2349:1)
at _callee3$ (_evaluationId.vue?c615:1868:1)
at f (vue-ellipse-progress.umd.min.js?9949:1:1)
this is the line that gives me the error:
scheduler.value.control.update({
events: configScheduler.value.events,
resources: configScheduler.value.resources,
})
I am using daypilot-pro-vue version 2022.4.5475
DayPilot