i get the following exception when debugging a Blazor WebAssembly app.
I am using the Syncfusion.Blazor NuGet package ver 32.1.23. I believe this is a recent regression.
The page that is loading has a number of Compnents on it and I cannot tell which is causing this error.
These components are on the page:
SfDashboardLayout
DashboardLayoutPanel
SfChart
SfDropDownList
SfAccumulationChart
Error: Could not find 'sfBlazor.getCharSizeByFontKeys' ('getCharSizeByFontKeys' was undefined).
Stack trace:
> at https://localhost:7151/_framework/blazor.webassembly.js:1:384
> at Array.forEach (<anonymous>)
> at l.findFunction (https://localhost:7151/_framework/blazor.webassembly.js:1:352)
> at E (https://localhost:7151/_framework/blazor.webassembly.js:1:5101)
> at https://localhost:7151/_framework/blazor.webassembly.js:1:2894
> at new Promise (<anonymous>)
> at v.beginInvokeJSFromDotNet (https://localhost:7151/_framework/blazor.webassembly.js:1:2857)
> at Object.Zt [as invokeJSJson] (https://localhost:7151/_framework/blazor.webassembly.js:1:56051)
> at https://localhost:7151/_framework/dotnet.runtime.hv7sykez1z.js:3:33880
> at Fc (https://localhost:7151/_framework/dotnet.runtime.hv7sykez1z.js:3:172344)