You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm getting the following while trying to use a submenu.
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: IconClassToClose or IconClassToOpen not specified
System.ArgumentException: IconClassToClose or IconClassToOpen not specified
at Blazored.Menu.BlazoredSubMenuBase.OnParametersSet()
at Microsoft.AspNetCore.Components.ComponentBase.CallOnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
I just followed the readme to import the library in a .net7 app using webassembly.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting the following while trying to use a submenu.
I just followed the readme to import the library in a .net7 app using webassembly.
The text was updated successfully, but these errors were encountered: