I have tried clearing browser history refreshing page and changing browser tab. My application is .net 8
[2024-10-31T10:27:36.630Z] Error: Microsoft.JSInterop.JSException: Could not find 'Radzen.preventArrows' ('Radzen' was undefined).
Error: Could not find 'Radzen.preventArrows' ('Radzen' was undefined).
at https://localhost:7266/_framework/blazor.web.js:1:537
at Array.forEach (<anonymous>)
at l.findFunction (https://localhost:7266/_framework/blazor.web.js:1:505)
at b (https://localhost:7266/_framework/blazor.web.js:1:5248)
at https://localhost:7266/_framework/blazor.web.js:1:3041
at new Promise (<anonymous>)
at y.beginInvokeJSFromDotNet (https://localhost:7266/_framework/blazor.web.js:1:3004)
at gn._invokeClientMethod (https://localhost:7266/_framework/blazor.web.js:1:62730)
at gn._processIncomingData (https://localhost:7266/_framework/blazor.web.js:1:60119)
at connection.onreceive (https://localhost:7266/_framework/blazor.web.js:1:53760)
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Radzen.Blazor.RadzenDropDown`1.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
I can confirm I have below style and js in App.razor
@* Radzen *@
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">