Upgrading to 18.3.0.41 causing webassembly crash on File uploader control that was working in 18.2 version.
While upgrading to 18.3 version, to get a fix to a bug with another control (SfDialog), I have run across a crash in with the file uploader (SfUploader).
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Could not find 'import' in 'window.sfBlazor'.
Error: Could not find 'import' in 'window.sfBlazor'.
at https://localhost:44316/_framework/blazor.webassembly.js:1:9130
at Array.forEach (<anonymous>)
at p (https://localhost:44316/_framework/blazor.webassembly.js:1:9090)
at https://localhost:44316/_framework/blazor.webassembly.js:1:9800
at new Promise (<anonymous>)
at Object.beginInvokeJSFromDotNet (https://localhost:44316/_framework/blazor.webassembly.js:1:9773)
at _mono_wasm_invoke_js_marshalled (https://localhost:44316/_framework/wasm/dotnet.3.2.0.js:1:171294)
at do_icall (<anonymous>:wasm-function[6049]:0x10f8b1)
at do_icall_wrapper (<anonymous>:wasm-function[1896]:0x50b6a)
at interp_exec_method (<anonymous>:wasm-function[1120]:0x2588e)
Microsoft.JSInterop.JSException: Could not find 'import' in 'window.sfBlazor'.
Error: Could not find 'import' in 'window.sfBlazor'.
at https://localhost:44316/_framework/blazor.webassembly.js:1:9130
at Array.forEach (<anonymous>)
at p (https://localhost:44316/_framework/blazor.webassembly.js:1:9090)
at https://localhost:44316/_framework/blazor.webassembly.js:1:9800
at new Promise (<anonymous>)
at Object.beginInvokeJSFromDotNet (https://localhost:44316/_framework/blazor.webassembly.js:1:9773)
at _mono_wasm_invoke_js_marshalled (https://localhost:44316/_framework/wasm/dotnet.3.2.0.js:1:171294)
at do_icall (<anonymous>:wasm-function[6049]:0x10f8b1)
at do_icall_wrapper (<anonymous>:wasm-function[1896]:0x50b6a)
at interp_exec_method (<anonymous>:wasm-function[1120]:0x2588e)
at System.Threading.Tasks.ValueTask`1[TResult].get_Result () <0x42623c0 + 0x00034> in <filename unknown>:0
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync (Microsoft.JSInterop.IJSRuntime jsRuntime, System.String identifier, System.Object[] args) <0x425fe08 + 0x000e4> in <filename unknown>:0
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportScripts (Microsoft.JSInterop.IJSRuntime jsRuntime, System.String modulePath) <0x425f4d0 + 0x000d4> in <filename unknown>:0
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportModules (Microsoft.JSInterop.IJSRuntime jsRuntime, System.Collections.Generic.List`1[T] scriptModules, System.String hashKey) <0x40dfae8 + 0x0017c> in <filename unknown>:0
at Syncfusion.Blazor.BaseComponent.InitComponent () <0x420b578 + 0x002f2> in <filename unknown>:0
at Syncfusion.Blazor.Internal.ResourceManager.OnAfterRenderAsync (System.Boolean firstRender) <0x41230c0 + 0x0028a> in <filename unknown>:0
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask (System.Threading.Tasks.Task taskToHandle) <0x420d5b8 + 0x000b6> in <filename unknown>:0