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.