Use SpiderChart can not use navMenu


<RadzenSpiderChart Style="width: 60%;height:280px;" GridShape="SpiderChartGridShape.Circular">
    <RadzenSpiderLegend Visible=false />
    <RadzenSpiderSeries TItem="BaseShowData" Data="@dataB" CategoryProperty="@nameof(BaseShowData.Feature)" ValueProperty="@nameof(BaseShowData.Score)" Title="One" />
</RadzenSpiderChart>




Just in one page use SpiderChart, once I click this page, it can work success, but when I click other page, it misstake:

Error: System.ArgumentException: There is no tracked object with id '3'. Perhaps the DotNetObjectReference instance was already disposed. Arg_ParamName_Name, dotNetObjectId

Thanks! Fix will be published early next week with our next update.

Any news? The problem is still there. On the demo page Blazor Spider Chart Component | Free UI Components by Radzen , just click on 'Edit Source', or just click on another demo page, and the error appears in the console.

Try to reload the demo page using CTRL+F5. Should be fixed in latest update.