antvis/G6
The issue has been closed
problem that uses both place-radial-labels and collapsed=true. #6527
ping40 posted onGitHub
Describe the bug / 问题描述
获取collapsed = true下的children节点的时候,为空。
Reproduction link / 重现链接
https://codesandbox.io/p/sandbox/currying-pond-slh3k8?file=%2Findex.js%3A26%2C13
Steps to Reproduce the Bug or Issue / 重现步骤
1: 用 chrome,opera 访问连接,页面出错。 2:修改第30行代码为; collapsed: false, 页面自动刷新了,就能正常访问了。 或者 3:屏蔽第75行,transforms: ["place-radial-labels"],页面自动刷新了,就能正常访问了。
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
Windows
Browser / 浏览器
Chrome, Others / 其他
Additional context / 补充说明
No response