Using SF Ver. 20.2.0.43
--------------------------------------------------------------------------
<SfProgressBar Type="ProgressType.Linear"
Height="20"
Width="85%"
Value=@CommunityServiceValue
Minimum="0"
Maximum="500"
ShowProgressValue="true"
TrackThickness="20"
ProgressThickness="20"
TrackColor="#C1D4DB"
ProgressColor="#3c16e9">
<ProgressBarAnimation Enable="true" Delay="0" Duration="1500"></ProgressBarAnimation>
</SfProgressBar>
Exception:
--------------------------------------------------------------------------------
System.NullReferenceException:
Object reference not set to an instance of an object.
at
Syncfusion.Blazor.ProgressBar.SfProgressBar.LabelAnimationData()
at Syncfusion.Blazor.ProgressBar.SfProgressBar.ProgressAnimation()
at
Syncfusion.Blazor.ProgressBar.SfProgressBar.OnAfterRenderAsync(Boolean
firstRender)
at
Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task
taskToHandle, ComponentState owningComponentState)