bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.

Home Page:https://bdlukaa.github.io/fluent_ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› TreeViewItem.from does not set parent on copied children

klondikedragon opened this issue Β· comments

Describe the bug
The TreeViewItem.from factory constructor that makes a deep copy of itself and its children does not set the parent property of the children properly. This can break things in subtle ways on the tree data before the tree data is passed into the first widget build.

Additional context
I'll open a PR that fixes this.