Is there an existing issue for this?
Which Component
Tree
Semi Version
No response
Current Behavior
<Tree
treeData={treeData()}
showLine={showLine(treeData())}
defaultExpandAll={true}
motion={false}
renderLabel={(label, treeNode) => renderLabel(label, treeNode)}
> treedata 调用callback包装的方法 如果不设置motion为false 导致tree的节点收起后 无法展开 对于高频修改的tree组件很不友好
Expected Behavior
tree motion执行前需要对变量状态进行收集管理
Steps To Reproduce
No response
ReproducibleCode
Environment
Anything else?
No response