-
Notifications
You must be signed in to change notification settings - Fork 155
Scheduler Render.prototype.refreshDataManager could be invoked before this.parent.activeView is set #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this.parent.activeView
is set
Dear customer, Greetings from Syncfusion Support. We have checked your reported problem at our end and could reproduce it. So we logged the below bug report. The fix will be included in our weekly patch release scheduled on March 2, 2021 and would appreciate your valuable patience until then. You can track the status by using the below link Regards, |
@ajithr the issue still persist, because
|
Hi Everyone, We are glad to announce that our weekly release in version 18.4.48 has been rolled out successfully. In that release, we have fixed the reported issue. So, we suggest you upgrade our Syncfusion packages to avail of the fix on your end. Release notes: Could you please check and get back to us, if you need any further assistance on this. Regards, |
We are closing this issue since there is no recent activity. Feel free to reopen the issue and update your comments for the reinvestigation. |
In my project during react scheduler rendering there could be a change in a store from what I feed my scheduler. And by that point on some occasions
this.parent.activeView
isundefined
, thus throwingstartDate
of undefined. I will open a PR with a if-return, but I guess it's better for you guys to check whyactiveView
could be not set. I can't share my react code here, but I am setting literallycurrentView="Week"
for the scheduler component +isSelected
option onViewDirective
and it works well but sometimes the scheduler crashes, when there isrefreshDataManager
invocation beforethis.parent.activeView
is set on scheduler component first time rendering.ej2-javascript-ui-controls/controls/schedule/src/schedule/renderer/renderer.ts
Line 135 in 7814a9c
The text was updated successfully, but these errors were encountered: