rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
323 stars 104 forks source link

Map does not render in blazor web app #364

Closed NIZO0 closed 1 week ago

NIZO0 commented 1 week ago

BlazorGoogleMaps Version 4.7.11

Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer: Warning: Unhandled exception rendering component: Cannot read properties of undefined (reading 'split') 10:19:20:264 TypeError: Cannot read properties of undefined (reading 'split') 10:19:20:264 at Object.initMap (https://localhost:44310/_content/BlazorGoogleMaps/js/objectManager.js:315:42) 10:19:20:264 at https://localhost:44310/_framework/blazor.web.js:1:3047 10:19:20:264 at new Promise () 10:19:20:264 at y.beginInvokeJSFromDotNet (https://localhost:44310/_framework/blazor.web.js:1:3004) 10:19:20:264 at gn._invokeClientMethod (https://localhost:44310/_framework/blazor.web.js:1:62730) 10:19:20:264 at gn._processIncomingData (https://localhost:44310/_framework/blazor.web.js:1:60119) 10:19:20:264 at connection.onreceive (https://localhost:44310/_framework/blazor.web.js:1:53760) 10:19:20:264 at i.onmessage (https://localhost:44310/_framework/blazor.web.js:1:81866)

valentasm1 commented 1 week ago

I think it is related https://github.com/rungwiroon/BlazorGoogleMaps/issues/362