Hi Sudhanshu,Syncfusion Greetings.We have validated this issue and hence this issue can be overcome by setting the delayUpdate(base property) as true in the schedule.The root cause for this issue is that the react DOM render is calling twice when we call the setstate and hence Schedule React and template renders simultaneously. So we need have provided this property to overcome this type of issues.Kindly try the sample and if the issue persists, try to reproduce the error in a sample and revert else share your code example/runnable sample (if possible) to serve you better.Regards,M.Vinitha devi
shouldComponentUpdate() {
return false; // Will cause component to never re-render.
} |