Hi,
I have a TreeView where I want to use @bind-SelectedNodes.
The DataSource (List of TValue) of the TreeView is initialized after some delay (due to an API call).
In this case the component throws an out of range exception.
If I remove the delay or the binding to selectedNodes it will work, but I need it to work with both.
It was working until 27.1.48. Starting from 27.1.50 there is an exception.
Please see the repro : https://blazorplayground.syncfusion.com/rjhzsZjmSGKiDOFc
Regards.
Julien