Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I took the Carousel Features page and changed the BirdDetails list to have a new but empty list. When I run the page, you get a carousel that looks like this:
two empty barsShortly afterwards, on the page, I get a DivideByZeroException:
System.DivideByZeroException: Attempted to divide by zero.
at Syncfusion.Blazor.Navigations.SfCarousel.OnSlideTimerEvent(Object source, ElapsedEventArgs e)
at System.Threading.Tasks.Task.<>c.b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)
at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
at System.Threading.Thread.StartCallback()
I'm sure a workaround is to have something there, but it would be nice if it could show an empty canvas or something.