ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
Unhandled exception rendering component: Cannot set properties of null (setting 'innerHTML')
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Cannot set properties of null (setting 'innerHTML')
TypeError: Cannot set properties of null (setting 'innerHTML')
at Object.create (https://localhost:5002/_content/AntDesign.Charts/ant-design-charts-blazor.js:7:30)
at https://localhost:5002/_framework/blazor.server.js:1:3244
at new Promise (1.Create() at AntDesign.Charts.ChartComponentBase1.UpdateChart(Object csConfig, Object csOtherConfig, String jsonConfig, String jsConfig, Boolean all, Object csData)
at AntDesign.Charts.ChartComponentBase`1.ChangeData(Object data, Boolean all)
5.0 OK 5.1 Error The latest code local running program reported an error
I get this error if I navigate away from a page before a chart is finished rendering. How can we stop this?
@Gareth064 I will take a look