Jerome De Guzman
Results
1
comments of
Jerome De Guzman
As a workaround you could filter the array of nodes passed to the getSmartEdge function: ``` const getSmartEdgeResponse = getSmartEdge({ sourcePosition, targetPosition, sourceX, sourceY, targetX, targetY, nodes: nodes.filter(node => node.parentNode),...