I'm update the syncfusion.blazor to version 18.3.0.42 I got some errors
Severity Code Description Project File Line Suppression State
Error Found markup element with unexpected name 'ContextMenuEvents'. If this is intended to be a component, add a @using directive for its namespace.
I have import this @using Syncfusion.Blazor.Navigations in my component but this ContextMenuEvents can't be found.
Am I doing something wrong? thank you