Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb852f1 commit 57bcb7fCopy full SHA for 57bcb7f
‎client/packages/lowcoder/src/comps/comps/treeComp/treeUtils.tsx
@@ -87,7 +87,7 @@ export function useTree(props: RecordConstructorToView<typeof treeCommonChildren
87
} else {
88
expanded.reset();
89
}
90
- }, [defaultExpandAll]);
+ }, [defaultExpandAll, treeData]);
91
92
93
type TreeCommonComp = NewChildren<RecordConstructorToComp<typeof treeCommonChildren>>;
0 commit comments