tisoap / react-flow-smart-edge

Custom Edge for React Flow that never intersects with other nodes
https://tisoap.github.io/react-flow-smart-edge/
MIT License
256 stars 35 forks source link

Describe supported React Flow versions on README #20

Closed abhishekopsteq closed 2 years ago

abhishekopsteq commented 2 years ago

image

while working on current version v1.0.0 facing the above issue but I used version 0.4.0 its worked well now I need to implement SmartStepEdge using version v1.0.0 Need guidance. Thanks in advance

tisoap commented 2 years ago

Hey @abhishekopsteq ! You need to update your react-flow-renderer to version 10, I've dropped support for version 9 and bellow. This is something that the current documentation failed to mention

abhishekopsteq commented 2 years ago

Thank you for sharing this, @tisoap

tisoap commented 2 years ago

Fixed on version 1.0.1