The SfSplitter is not disposing of components in the proper order. It can dispose raw html, but not child components.
<SfSplitter Height="1000px" Width="100%" Orientation="Syncfusion.Blazor.Layouts.Orientation.Horizontal" SeparatorSize="4">
<SplitterPanes>
<SplitterPane Size="20%" Min="200px" Collapsible="false">
<ContentTemplate>
<ResourceScheduleQueueTemplate ScheduleContext="@ScheduleContext"></ResourceScheduleQueueTemplate>
</ContentTemplate>
</SplitterPane>
<SplitterPane Size="80%" Min="200px">
<ContentTemplate>
<ResourceScheduleComponent GetScheduleEventsQuery="@GetScheduleEventsQuery" ScheduleContext="@ScheduleContext"></ResourceScheduleComponent>
</ContentTemplate>
</SplitterPane>
</SplitterPanes>
</SfSplitter>
which results in undescriptive errors lik