We are running into errors during the navigate event on our scheduler and have yet to be able to pin down what might be leading to them. We get either of these two:
Uncaught TypeError: Cannot read property 'firstSlot' of undefined
Uncaught TypeError: Cannot read property '_continuousEvents' of undefined
So far we are not able to make heads or tails of what might be causing this. Our datasources appear to all have data during the navigate event and we cannot get them to happen consistently enough to figure out what might cause them. Repeating the same steps doesn't always get the same result so we have been hard pressed to find the root cause. The only thing we can usually get to cause it is a week view navigate, though it has happened on other views but not as regularly. Is there something related to those messages we should look for? Possibly something is happening asynch that we need to check for valid info before the event is allowed to occur?
Uncaught TypeError: Cannot read property 'firstSlot' of undefined
Uncaught TypeError: Cannot read property '_continuousEvents' of undefined
So far we are not able to make heads or tails of what might be causing this. Our datasources appear to all have data during the navigate event and we cannot get them to happen consistently enough to figure out what might cause them. Repeating the same steps doesn't always get the same result so we have been hard pressed to find the root cause. The only thing we can usually get to cause it is a week view navigate, though it has happened on other views but not as regularly. Is there something related to those messages we should look for? Possibly something is happening asynch that we need to check for valid info before the event is allowed to occur?