Tiso Alvarez Puccinelli

Results 24 comments of Tiso Alvarez Puccinelli

That's a really neat idea @0xJem ! But I'm afraid it wouldn't be easy to implement. I'm able to do path finding using the nodes because React Flow gives me...

Opened issue on React Flow: https://github.com/wbkd/react-flow/issues/2522 Edit: Negative response from the React Flow developer to expose an "`useLabels`" equivalent, will have to think about an alternative solution. Maybe doing inversion...

Hey @vaibhav-systango , thanks for reporting it! Do you have a minimal example on CodeSandbox or a minimal GitHub repo where the error happens? This would help me debug the...

@vaibhav-systango Please don't spam comments, I only work on this library on my free time when I feel motivated to do so. If you're in a hurry, feel free to...

Hey @AnhHuy02 , could you expand more on the problem you're experiencing? From the screenshot you shared it looks like everything is correct: for the edge at the top of...

I see, so you'd like to see an "smart" equivalent of of React Flow's floating edge. I'm not sure if it would be possible, but I'll add to the backlog...

@vaibhav-systango Didn't started working on this yet

@vaibhav-systango I've just launched version `2.0.0` of this library that exposes a `getSmartEdge` function instead of factories, check the README. Looking at how the [Floating Edges](https://reactflow.dev/docs/examples/edges/floating-edges/) example was created, I...

Hey @dhruv29011991 ! Could you share an URL with a minimal example on [CodeSandbox](https://codesandbox.io/) or a minimal GitHub repository where the issue happens?

On previous versions of `react-flow-smart-edge` I had debouncing code implemented on the library itself, wich got dropped with the v2 release and the introduction of `getSmartEdge` function. I need to...