We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
获取collapsed = true下的children节点的时候,为空。
https://codesandbox.io/p/sandbox/currying-pond-slh3k8?file=%2Findex.js%3A26%2C13
1: 用 chrome,opera 访问连接,页面出错。 2:修改第30行代码为; collapsed: false, 页面自动刷新了,就能正常访问了。 或者 3:屏蔽第75行,transforms: ["place-radial-labels"],页面自动刷新了,就能正常访问了。
🆕 5.x
Windows
Chrome, Others / 其他
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: