Hi All!
I wanted to play with the Tabs control in a Blazor WASM app, but it throws exception.
I just copied the Syncfusion Blazor Tabs demo code snippets into my app.
The app works fine otherwise.
Environment:
Win10
Visual Studio 2019 16.6.0
.NET Core SDK 3.1.300
Packages:
Microsoft.AspNetCore.Components.WebAssembly ... : 3.2.0
Syncfusion.Blazor : 18.1.0.54
Exception message:
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.LocalizerDetails.GetLocaleText () <0x3e736c0 + 0x00024> in :0
at Syncfusion.Blazor.Internal.ResourceManager.OnInitializedAsync () <0x3e0e078 + 0x00142> in :0
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync () <0x3980fc0 + 0x0013a> in :0
Regards,
Peter