Hi, I recently updated my radzen version from 4.3.1 to 4.4.0 and when I run the project throws me an error:
I don’t see anything related to Radzen.Blazor in this error. Can you clarify?
I found the error
I was misusing a component
It's a RadzenMenuItem inside RadzenPanelMenu
And for some reason in 4.3.x version its working but not working in >= 4.4
I've change it to RadzenPanelMenuItem and everything it's fine.
Thank you!