I have added the NuGet package Syncfusion.EJ2.Blazor and the proper references according to online documentation. I have also added the using statements in my component. When I try to add <EjsMaps></EjsMaps> to my component, I have the following errors. When I remove the <EjsMaps></EjsMaps>, the errors disappear.
Severity Code Description Project File Line Suppression State
Error The type of component 'EjsMaps' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'TValue'. bzCRM C:\Users\Michael\source\repos\bzCRM\bzCRM\Pages\Companies\EditCompany.razor 75
Severity Code Description Project File Line Suppression State
Error CS1525 Invalid expression term ')' bzCRM C:\Users\Michael\source\repos\bzCRM\bzCRM\Pages\Companies\EditCompany.razor 1 Active
What could be causing this?