run the program, the following message show up
"
An unhandled exception has occurred. See browser dev tools for details"
I press F12 to use the browser tool , the error message in
console is as below
blazor.server.js:19 [2021-08-18T09:04:46.313Z] Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.DropDowns.DropDownListEvents`2.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
e.log @ blazor.server.js:19
Before i upgrade, it runs without such problem
Someone can tell me how to do ? or need some information to solve the problem ? Thanks