I upgraded all syncfusion components to 19.3.0.46 except Diagrams, which has 19.2.0.62 as the latest version
Currently all diagrams have stopped working with this error:
2021-10-23 12:06:13.372 +13:00 [WRN] Unhandled exception rendering component: Failed to fetch dynamically imported module: https://localhost:5000/_content/Syncfusion.Blazor.Diagrams/scripts/diagrams-4e758e.min.js
TypeError: Failed to fetch dynamically imported module: https://localhost:5000/_content/Syncfusion.Blazor.Diagrams/scripts/diagrams-4e758e.min.js
Microsoft.JSInterop.JSException: Failed to fetch dynamically imported module: https://localhost:5000/_content/Syncfusion.Blazor.Diagrams/scripts/diagrams-4e758e.min.js
TypeError: Failed to fetch dynamically imported module: https://localhost:5000/_content/Syncfusion.Blazor.Diagrams/scripts/diagrams-4e758e.min.js
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportScripts(IJSRuntime jsRuntime, String modulePath)
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportModules(IJSRuntime jsRuntime, List`1 scriptModules, String hashKey)
at Syncfusion.Blazor.SfBaseExtension.OnInitRenderAsync()
at Syncfusion.Blazor.SfBaseExtension.InitComponent()
at Syncfusion.Blazor.SfBaseExtension.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.Diagrams.SfDiagram.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Any suggestions?
Update-Package Syncfusion.Blazor.Diagrams -Version 19.3.0.46 |
The new Diagram control seems to be only for Blazor WebAssembly projects. What about Server Side?