I'm using BlazorGoogleMaps to display a map for each property in a list (shown using cards with the map on top).
I get the following error:
Error: Microsoft.JSInterop.JSException: Property 'Map' not foundError: Property 'Map' not found at stringToFunction (https://localhost:7365/_content/BlazorGoogleMaps/js/objectManager.js:8:23) at Object.createObject (https://localhost:7365/_content/BlazorGoogleMaps/js/objectManager.js:374:35) at https://localhost:7365/_framework/blazor.web.js:1:2900...This error occurs always when using child components i.e. each property uses a PropertyCard to display the property. When not using a child component and the code is directly in the parent, this error occurs in my main project but not the minimal repo I created.
I have created a minimal reproducible example here.(API keys removed from Program.cs files.)