Radzen tab focus error

invoke-js.ts:246 fail: Microsoft.AspNetCore.Components.Web.ErrorBoundary[0]
Microsoft.JSInterop.JSException: Unable to focus an invalid element.
Error: Unable to focus an invalid element.
at Object.focus (https://localhost:7296/_framework/blazor.webassembly.js?ver=4.0.14512.13475:1:38408)
at w.processJSCall (https://localhost:7296/_framework/blazor.webassembly.js?ver=4.0.14512.13475:1:4448)
at w.beginInvokeJSFromDotNet (https://localhost:7296/_framework/blazor.webassembly.js?ver=4.0.14512.13475:1:4125)
at Object.en [as invokeJSJson] (https://localhost:7296/_framework/blazor.webassembly.js?ver=4.0.14512.13475:1:59109)
at https://localhost:7296/_framework/dotnet.runtime.r2kbxkuujc.js:3:34586
at Mc (https://localhost:7296/_framework/dotnet.runtime.r2kbxkuujc.js:3:175836)
at https://localhost:7296/_framework/dotnet.native.f749u69f30.wasm:wasm-function[298]:0x1f797
at https://localhost:7296/_framework/dotnet.native.f749u69f30.wasm:wasm-function[222]:0x1ca98
at https://localhost:7296/_framework/dotnet.native.f749u69f30.wasm:wasm-function[213]:0xebe7
at https://localhost:7296/_framework/dotnet.native.f749u69f30.wasm:wasm-function[291]:0x1f22d
at Microsoft.JSInterop.JSRuntime.d__23`1[[Microsoft.JSInterop.Infrastructure.IJSVoidResult, Microsoft.JSInterop, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].MoveNext()
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Radzen.Blazor.RadzenTabs.SelectTab(RadzenTabsItem tab, Boolean raiseChange)
at Radzen.Blazor.RadzenTabsItem.SelectTab(RadzenTabsItem item)
at Radzen.Blazor.RadzenTabsItem.OnClick()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
Microsoft.JSInterop.JSException: Unable to focus an invalid element.

I am getting this exception some time while navigate to the page. I have RadzenTabs implemented on that screen

I’m unable to replicate such error on our demos: