Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When hovering over any marker in my SfMaps component, the tooltip does not display. I noticed there was an error in the DevTools console. I am also unable to click any of the markers. Here is the error.
Uncaught (in promise) Error: System.ArgumentException: The call to 'TriggerMouseMove' expects '10' parameters, but received '8'.
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.ParseArguments(:7113/JSRuntime jsRuntime, String methodIdentifier, String arguments, Type[] parameterTypes)
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.InvokeSynchronously(:7113/JSRuntime jsRuntime, DotNetInvocationInfo& callInfo, IDotNetObjectReference objectReference, String argsJson)
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.BeginInvokeDotNet(:7113/JSRuntime jsRuntime, DotNetInvocationInfo invocationInfo, String argsJson)
at Ft.endInvokeDotNetFromJS (blazor.server.js:1:3718)
at Ft._invokeClientMethod (blazor.server.js:1:75072)
at Ft._processIncomingData (blazor.server.js:1:72696)
at Ft.connection.onreceive (blazor.server.js:1:67009)
at i.onmessage (blazor.server.js:1:51322)
I noticed this broke after one of the weekly uploads.