I am getting the following exception upon paging in 23.1.42 that does not occur in 23.1.40 and want to be sure it's captured:
```
System.NullReferenceException: Object reference not set to an instance of an object.
at async Task Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.UpdateListSelectionAsync(TItem item, string className)
at async Task Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.UpdateSelectItemAsync(TItem item, EventArgs arguments, KeyActions keyActionArguments)
at async Task Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.PropertyChangeAsync(Dictionary<string, object> newProperties)
at async Task Syncfusion.Blazor.DropDowns.SfDropDownList<TValue, TItem>.OnParametersSetAsync()
at async Task Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
```
This does not occur in 23.1.40 and I have reverted accordingly.
If there is any further information I can provide to diagnose further please let me know.
Thank you for all your amazing work out there.