antvis/G6




Do you want to work on this issue?
You can request for a bounty in order to promote it!
【V5】设置 combo 默认收起报错且未能正常布局 #6112
MusicTen posted onGitHub
Describe the bug / 问题描述
Reproduction link / 重现链接
https://stackblitz.com/edit/react-vqdqdc?file=index.js
Steps to Reproduce the Bug or Issue / 重现步骤
- data 设置 combo
collapsed: true
- 期望首次加载收起 combo
- 加载报错且布局异常
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
macOS
Browser / 浏览器
Chrome, Edge
Additional context / 补充说明
尝试在布局结束后手动触发 combo 收起 graph.collapseElement(combo.id);
,未能成功