Hi there,
I'm using the scheduler component on blazor .net 7 and it seems that there is a flicker (almost like a rerendering) on every action that happens in the scheduler. when navigating dates back or forward, switching views, etc. the action happens, but the schedule component flashes, almost like a removal and rerendering of the control. Thus methods like scrollto doesn't work on my instance at all.
Are there any obvious things that I might have done wrong? I tried clearing my browser cache, made sure all the correct CSS and JS files are called in, etc, but still happens. Any ideas what could be wrong?