I am using daypilot-pro-angular version-2019.4.4101.
I have a scheduler on my template page and when I moved back to my list page, I got two console errors in the daypilot-pro-angular.js
1) ERROR TypeError: Cannot read properties of null (reading 'offsetHeight')
at e (daypilot-angular.min.js:29:19176)
2) ERROR TypeError: Cannot read properties of null (reading 'scrollLeft')
at DayPilot.Scheduler.getViewPort (daypilot-angular.min.js:25:14957)
at daypilot-angular.min.js:31:22164
Before moving back to list page, i removed the id's of the scheduler.
Any ideas on what is causing this?