I have a page with a grid on it. If I navigated to the page and navigate to another page before the Grid has completed rendering then I get a NullReferenceException with the following stack trace. If I wait for the grid to complete its renders and then move off to another page then there is no error.
Syncfusion.Blazor.dll!Syncfusion.Blazor.Grids.Internal.GridJSInteropAdaptor<vx.Services.DynamicDictionary>.Dispose() Unknown
Syncfusion.Blazor.dll!Syncfusion.Blazor.Grids.SfGrid<vx.Services.DynamicDictionary>.System.IDisposable.Dispose.AnonymousMethod__342_1(System.Threading.Tasks.Task t1) Unknown
System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread threadPoolThread, System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown
System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(ref System.Threading.Tasks.Task currentTaskSlot, System.Threading.Thread threadPoolThread) Unknown
System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() Unknown