Radzen Tab

Hello, I upgraded Radzen.Blazor to 3.10.1. I get the following error. Please let me know if I did something wrong!
Thanks,

Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Could not find 'Radzen.selectTab' ('selectTab' was undefined).
Error: Could not find 'Radzen.selectTab' ('selectTab' was undefined).
at https://localhost:5001/_framework/blazor.webassembly.js:1:1287
at Array.forEach ()
at e.findFunction (https://localhost:5001/_framework/blazor.webassembly.js:1:1247)
at b (https://localhost:5001/_framework/blazor.webassembly.js:1:2989)
at https://localhost:5001/_framework/blazor.webassembly.js:1:3935
at new Promise ()
at Object.beginInvokeJSFromDotNet (https://localhost:5001/_framework/blazor.webassembly.js:1:3908)
at Object.w [as invokeJSFromDotNet] (https://localhost:5001/_framework/blazor.webassembly.js:1:64232)
at _mono_wasm_invoke_js_blazor (https://localhost:5001/_framework/dotnet.5.0.10.js:1:190800)
at do_icall (:wasm-function[10596]:0x194e4e)
Microsoft.JSInterop.JSException: Could not find 'Radzen.selectTab' ('selectTab' was undefined).
Error: Could not find 'Radzen.selectTab' ('selectTab' was undefined).
at https://localhost:5001/_framework/blazor.webassembly.js:1:1287
at Array.forEach ()
at e.findFunction (https://localhost:5001/_framework/blazor.webassembly.js:1:1247)
at b (https://localhost:5001/_framework/blazor.webassembly.js:1:2989)
at https://localhost:5001/_framework/blazor.webassembly.js:1:3935
at new Promise ()
at Object.beginInvokeJSFromDotNet (https://localhost:5001/_framework/blazor.webassembly.js:1:3908)
at Object.w [as invokeJSFromDotNet] (https://localhost:5001/_framework/blazor.webassembly.js:1:64232)
at _mono_wasm_invoke_js_blazor (https://localhost:5001/_framework/dotnet.5.0.10.js:1:190800)
at do_icall (:wasm-function[10596]:0x194e4e)
at Microsoft.JSInterop.JSRuntime.d__15`1[[System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Radzen.Blazor.RadzenTabs.SelectTabOnClient(RadzenTabsItem tab)
at Radzen.Blazor.RadzenTabsItem.OnClick()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)


Try to clear your browser cache

Thanks, but it works in Google Chrome. It does not work in Microsoft Edge even though I cleaned up the cache twice.