I have a circular gauge on a dashboard with many other charts which means the render of the gauge takes a bit of time to complete.. If I navigate off the page before it is complete I get the following error in the gauge render.
blazor.server.js:21 [2021-07-20T16:50:56.458Z] Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.CircularGauge.SfCircularGauge.OnAfterScriptRendered()
at Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.CircularGauge.SfCircularGauge.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Attached is a project and video that demos the issue.
Is this still due for the end of July? Tried the feedback link but its marked as private.
Confirm that this is now fixed.
Thanks