Hi,
Im' using SyncFusion.Blazor version 18.2.0.46.
This is the code:
<SfDialog IsModal="false" Width="250px" ShowCloseIcon="true" CloseOnEscape="true">
<DialogTemplates>
<Content>
<SfTooltip Content="The fast brown fox!" OpensOn="Hover">
<img src="images/icon_information.png" />
</SfTooltip>
</Content>
</DialogTemplates>
</SfDialog>
The following is the exception that occurs when leaving the page:
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost: Error: Unhandled exception in circuit 'q3ipLvmgsMq2eXbFtfLYokzs64xvpIHSpVCgZ3gL23E'.
Microsoft.JSInterop.JSException: Cannot read property 'blazor__instance' of null
TypeError: Cannot read property 'blazor__instance' of null
at Object.destroy (https://localhost:44344/_content/Syncfusion.Blazor/scripts/sf-tooltip-89e6e2.min.js:1:23226)
at https://localhost:44344/_framework/blazor.server.js:8:31421
at new Promise (<anonymous>)
at e.beginInvokeJSFromDotNet (https://localhost:44344/_framework/blazor.server.js:8:31390)
at https://localhost:44344/_framework/blazor.server.js:1:19202
at Array.forEach (<anonymous>)
at e.invokeClientMethod (https://localhost:44344/_framework/blazor.server.js:1:19173)
at e.processIncomingData (https://localhost:44344/_framework/blazor.server.js:1:17165)
at e.connection.onreceive (https://localhost:44344/_framework/blazor.server.js:1:10276)
at WebSocket.i.onmessage (https://localhost:44344/_framework/blazor.server.js:1:38091)
at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](String identifier, Object[] args)
at Syncfusion.Blazor.Popups.SfTooltip.ComponentDispose()
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_0(Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteSynchronously(TaskCompletionSource`1 completion, SendOrPostCallback d, Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.<>c.<.cctor>b__23_0(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteBackground(WorkItem item)