In my application, I have used NuGet Manager to add Syncfusion.Blazor. Just the one reference for everything. HOWEVER, whenever I use the Blazor Code Generator, it always adds the corresponding library for the control that is being added. This of course causes errors. I spent hours trying to figure out why these errors were happening, all over my application.
Now I know to edit the project settings file, and simply remove the newly inserted references to SyncfusionBlazor.Grid etc...
The wizard should know not to add these references if the main Syncfusion.Blazor library has already been added.
Cheers,
Miles