I'm seeing the same thing, both in Edge Beta (Chromium) and in Google Chrome.
Also, this happens when running locally, not deployed into Azure App Service. Using 'netcoreapp3.1', VS 2019 preview (latest), debugging in IIS Express.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.Internal.ResourceManager.IsIE()
at Syncfusion.Blazor.Internal.ResourceManager.BuildRenderTree(RenderTreeBuilder builder)
at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderInExistingBatch(RenderQueueEntry renderQueueEntry)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
Using 18.3.0.42, and 18.3.0.40 doesn't exhibit the problem. Did the implementation of IsIE change between these builds?