I am using various Syncfusion components and for some classes, I get the following error message:
error CS0104: 'ChangeEventArgs' is an ambiguous reference between 'Microsoft.AspNetCore.Components.ChangeEventArgs' and 'Syncfusion.Blazor.Navigations.ChangeEventArgs'
In this case it is ChangeEventArgs.
How should I handle this ambiguity? Or should I always fully qualify the namespace such as:
Microsoft.AspNetCore.Components.ChangeEventArgs
Regards,
Amjad.