I found this problem after I made a Dialog and put DropDownTreeComponent in it.
First, the source code for that component.
1. The list is normally displayed in the DropDownTree.
2. After closing and opening Dialog, the list is not displayed.
3. When I checked the DOM, every time I closed and opened the Dialog, a DOM for the DropDownTree List was being created.
At first, I thought this problem was caused by the failure to properly update the data source according to the State, but it was not. Component does not appear to be able to draw a non-State List. Is there a solution that I can apply to this problem immediately?
Thank you for reading and I hope you have a good day.
version: "@syncfusion/[email protected]"