Console errors using SfTooltip

Error: Microsoft.JSInterop.JSException: Could not find 'Tooltip' in 'window.sfBlazor'.
Error: Could not find 'Tooltip' in 'window.sfBlazor'.
    at https://localhost:44382/_framework/blazor.server.js:8:30748
    at Array.forEach (<anonymous>)
    at p (https://localhost:44382/_framework/blazor.server.js:8:30709)
    at https://localhost:44382/_framework/blazor.server.js:8:31416
    at new Promise (<anonymous>)
    at e.beginInvokeJSFromDotNet (https://localhost:44382/_framework/blazor.server.js:8:31390)
    at https://localhost:44382/_framework/blazor.server.js:1:19202
    at Array.forEach (<anonymous>)
    at e.invokeClientMethod (https://localhost:44382/_framework/blazor.server.js:1:19173)
    at e.processIncomingData (https://localhost:44382/_framework/blazor.server.js:1:17165)
   at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](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)

Recently this error is causing page crashes.
Has something changed?

1 Reply 1 reply marked as answer

SP Sowmiya Padmanaban Syncfusion Team October 21, 2020 07:46 AM UTC

Hi Vincent McCarthy,  
 
Greetings from Syncfusion support. 
 
We have checked your reported problem with our latest version(18.3.42). But, the issue is not replicating at our end. We suspect that issue may be occurred due to the required scripts were not properly referred or loaded in your application. 
 
For your reference, we have prepared a sample for Tooltip component. 
 
 
Check the attached sample. If the issue still persist, share the below details. 
 
1.     SDK version used in your application.. 
2.     Package version used in your application. 
3.     Steps to replicate the reported problem. 
4.     Share the issue replicating video footage. 
5.     If possible, replicate the issue in attached sample. 
 
This information would help us to validate your problem and to provide you the prompt solution. 
 
Please let us know, if you need any further assistance. 
 
Regards,  
Sowmiya.P 


Marked as answer
Loader.
Up arrow icon