scheduler.updateView(); error


I get the error in the picture when I add “scheduler.updateView();” this code. Can you help?

Hello @dlnatn ,

I tried to reproduce this issue, but the updateView method worked correctly:
https://recordit.co/mSrD5YqBza

It’s hard to suggest what exactly goes wrong without more details, so could you please provide me a detailed instruction on how to reproduce it, reproduce it in our snippet tool(open the snippet => reproduce the issue on HTML/CODE tabs => click the “Share” button => post here the new link):
http://snippet.dhtmlx.com/5/5d8e087d1
or provide me a simplified demo which I will be able to run locally and reproduce the issue?

1 Like

I got an error because I tried without creating the scheduler. It was fixed when adding after creating. thank you

1 Like