#Handle callback on start edge?

1 messages · Page 1 of 1 (latest)

errant bronze
#

I have a node setup where there are some text input parameters that can be turned into handles. However, when trying to pull an edge out from the new handle, nothing happens. Is there a validation callback or something potentially getting in the way?

#

It's not a failure on connect or anything, which would immediately point me to the onConnect callback. No callback I've tried seems to work :/

errant bronze
#

on closer inspection it seems like everything is functioning except the visibility of the connection

#

is there some reason the connection would be hidden?

#

the onconnect callback fires

errant bronze
#

if I resize the node, the edge appears.....

errant bronze
#
React Flow]: Couldn't create edge for target handle id: "seed", edge id: reactflow__edge-0d38007f-5b5d-42bb-b11f-eec93eac38e8INT-3ab52db7-7835-409b-9742-cdbb84283789seed. Help:
#

not sure why this is happening as there is definitely a target handle with id "seed"

#

so it's not failing because it can't find it

errant bronze
#

i think this might be what i need

errant bronze
#

it was

#

i'll admit that it's my fault for not catching the warning sooner, but it's frustrating that what the error points you to doesn't show you what will probably be the solution

errant bronze
hollow heath
#

Sounds reasonable! Thanks for the PR.