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?