antvis / algorithm

常用的图算法 JS 实现,提供给 G6 及 Graphin 用于图分析场景使用。
100 stars 22 forks source link

配合 qiankun 使用, worker.onmessage 报错导致图表无法加载 #60

Open iShawnWang opened 2 years ago

iShawnWang commented 2 years ago

使用 G6 dagre 图时, 单独运行正常, 作为子应用嵌入到 qiankun 中时, 会有报错, 大概定位到是 proxy sandbox https://github.com/antvis/algorithm/blob/c5731a7601f39af9016a4ce26454de170bd9298d/packages/graph/src/workers/index.worker.ts#L11

image image