My application freezes completely on rendering the appointment to scheduler. Although my data is all correct.
If default view sets to month, it runs perfectly. But when I navigate to week view or default view is set to week view, the app freezes. it seems like an object get stuck in an infinite loop during rendering.
Any Idea?
Application get stuck in this loop. Reason is it has duplicate appointments with same Id, So it never get out of this loop. Although my data source has only single appointment. It's strange why it's getting 2 appointments. I debug it on eventRender.
Scheduler version is 18.4.49, I updated it to 19.3.48 but getting the below issue. Also, I tried different solutions Stated in the link. Not a single solution worked for.
https://www.syncfusion.com/forums/144809/str-match-is-not-a-function
https://drive.google.com/file/d/13ik76x1yAcNjkN6LPC7-U33uHisvOWDF/view?usp=sharing
Can you watch the video please.
An event schedule the same day (10 nov) works fine until and unless it start time is around 2pm and end is 6pm.
Other than that particular time it is working fine but when I set it's time to the above time. it get stuck in the infinite loop as mentioned in above comments.
It's very surprising!!!!!!!!!!
https://stackblitz.com/edit/angular-schedule-with-remote-data-with-resource-qrv7bf?file=app.component.html
I added the data on which I am facing the issue, cant reproduce with my dataset.