I have a chart with two modes, week and month and on my task some have task indicators and switching different modes when you scroll up/down to rows with indicators will result to error of
—————–
Uncaught TypeError: Cannot read properties of undefined (reading ‘left’)
at BaseElement._setTaskIndicators (smart.ganttchart.js:90:1)
at BaseElement._recycleTimelineTasks (smart.ganttchart.js:90:1)
at BaseElement._recycle (smart.ganttchart.js:90:1)
at BaseElement._verticalScrollbarHandler (smart.ganttchart.js:90:1)
………
using smart-webcomponents-react@14.4.0
any alternative on how to avoid the error?