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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

6
Votes

Hi,

Upon opening a blazor page we get the following error:


Error: Microsoft.JSInterop.JSException: Could not find 'sfBlazor.Tooltip.updateProperties' ('Tooltip' was undefined).

Error: Could not find 'sfBlazor.Tooltip.updateProperties' ('Tooltip' was undefined).

    at https://website.com/_framework/blazor.server.js:1:67388

    at Array.forEach ()

    at e.findFunction (https://site.com.au/_framework/blazor.server.js:1:67348)

    at b (https://

site
.com.au/_framework/blazor.server.js:1:69090)

    at

/_framework/blazor.server.js:1:70036

    at new Promise ()

    at e.beginInvokeJSFromDotNet (https://

site
.com.au/_framework/blazor.server.js:1:70009)

    at

_framework/blazor.server.js:1:26293

    at Array.forEach ()

    at e.invokeClientMethod (https://

site
.com.au/_framework/blazor.server.js:1:26263)

   at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)

   at Syncfusion.Blazor.Popups.SfTooltip.OnParametersSetAsync()

   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)


The error appears to happen about half the time we load the page and it is often fixed on a reload of the page. Any assistance would be greatly appreciated, thanks.