Describe the bug / 问题描述
目测是因为这里的问题 https://github.com/antvis/layout/blob/v5/src/algorithm/antv-dagre/graph.ts#L166
在布局 addEdge 时的检查中,this.nodes 并没有包含 combo 节点。

Reproduction link / 复现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
- 使用 antv-dagre 布局创建 graph
- 调用 graph.addData() ,这是第一次添加数据,数据中包含 combo、node、edge,不会报错。
- 调用 graph.addEdgeData(),这一步添加连接在 combo 上的边。
- 调用 graph.render() ,抛出上述异常。
Version / 版本
🆕 5.x
OS / 操作系统
Browser / 浏览器
Describe the bug / 问题描述
目测是因为这里的问题 https://github.com/antvis/layout/blob/v5/src/algorithm/antv-dagre/graph.ts#L166
在布局 addEdge 时的检查中,this.nodes 并没有包含 combo 节点。

Reproduction link / 复现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
Version / 版本
🆕 5.x
OS / 操作系统
Browser / 浏览器