Using the following code sample to display a basic Dashboard Layout, and receiving an argument null exception.
I'm building a Blazor server application on .NET 6.0 framework.
System.ArgumentNullException: Value cannot be null. (Parameter 'json')
at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options)
at Syncfusion.Blazor.Layouts.SfDashboardLayout.Initialize()
at Syncfusion.Blazor.Layouts.SfDashboardLayout.OnAfterScriptRendered()
at Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.Layouts.SfDashboardLayout.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
Syncfusion.Blazor version used - 19.4.0.55