qtencent7
qtencent7
如果节点或线路不是处于最顶层,你是说什么样的数据结构,类似这种吗? ```js { // 节点数据 nodes: [ { id: "21", // 节点ID,需要全局唯一,不传入内部会自动生成一个ID type: "rect", // 节点类型,可以传入LogicFlow内置的7种节点类型,也可以注册自定义节点后传入自定义类型 x: 100, // 节点形状中心在x轴位置 y: 100, // 节点形状中心在y轴的位置 text: "Origin Usage-rect", // 节点文本 properties:...
我看了一下,数据转换部分的文档,里面介绍的还挺详细的,你的目的是什么,哪里卡壳了
 like this, i just put the script link there.
> Hello. First of all, thank you for sharing this amazing library. > > I’m experiencing the same issue. I created a project with Vite + React, then added the...
> super weird. the cdn version might be cached to an older version, try: > >  i figure it out, the script in your website just work fine, but...
 i see your home page, i don't get what the problematic renders mean. please try to explain it for me, thx
aiden, i am amazed by your idea of react-scan, i want to ask how many years have you been coding?
我想问一句,set的原生方法intersection不支持带proxy的set,这不是很正常吗?为啥要提issue,而且还有人给解决了?我理解,框架不是自有一套逻辑,为啥要这样兼容各种看似跟框架设计不一样的问题呢,谁能解答一下