RadzenGoogleMap not working with latest VS Blazor Web App template

hi

Using Visual Studio VS2022 and needing to use C# V9 to use Aspire.

I followed your "Get Started" to add the Google maps, no Google maps show ( no errors, just blank)

this is the template i tried

I then used an old template

image

it only presents at v7 but upgraded to v9

doing the same steps it works it all works fine, might be worth trying the latest Blazor template that supports >v7 so newbies do not abandon using this.

thanks
martin

Our demos are actually .NET 9 Blazor Web App - you can check the source code for reference:

Also make sure your application has interactivity enabled. This is a mandatory requirement.