I am having trouble with the SfAccumulationChart rendering twice in a Blazor component (the html captured in fact has two form tags). I strongly suspect this has to do with the component being rendered multiple times which is apparently standard Blazor behavior. I have tried setting a @key value, no help. Worst, it works correctly when run from VS2019 but displays two charts when deployed to a commercial web site. I am including the Blazor component, the cshtml call is:
<div class="card-body">
<component>
@(await Html.RenderComponentAsync<FPSII.Pages.Components.DailyProductionDisposition>(RenderMode.ServerPrerendered))
</component>
</div>
I am also including the html from the browser.
Scott
Attachment:
Components_132eefde.zip