### Description Scheduler will throw an error if you handle the navigate event and update the group with the same object as the previous view. ``` Error in /turbo_modules/@progress/kendo-angular-scheduler@20.1.1/fesm2022/progress-kendo-angular-scheduler.mjs (16478:97) Cannot read properties of undefined (reading 'slots') ``` ### Steps To Reproduce Open the following [example](https://stackblitz.com/edit/angular-c6p127ap?file=src%2Fapp%2Fapp.component.ts) and change back and forth between views. ### Screenshots or video https://github.com/user-attachments/assets/00382a65-d305-4fa8-99aa-fd56b45ce273 ### Expected Behavior The component should not throw an error and break the application. ### Workaround Call detectChanges - https://stackblitz.com/edit/angular-c6p127ap-xnzyrb5w