Hello everyone.
In my react project using react flow 11, I'm trying to increase the action area around the edges between the nodes in order to enable user to easy click on the node.
I tried with the "duplicate" edge approach with transparent second edge - it works, but I think using InteractiveWidth property is much better approach.
Nonetheless, InteractiveWidth property doesn't have any effect whether I set it to FlowEdge or BaseEdge or CustomEdge.
Can you suggest any idea where to look for issues?