-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
bugSomething isn't workingSomething isn't workingpinnedThis should not be closed by bots on inactivityThis should not be closed by bots on inactivity
Description
Describe the Bug
Hello, thanks for your effort on this lib!
I'm testing this configurtation but seems that svgDrawStraightLinePath
and pathfindingAStarNoDiagonal
are not exported.
Minimal Example
https://tisoap.github.io/react-flow-smart-edge/
Steps to Reproduce the Bug or Issue
use the example provided in the doc.
const stepResult = getSmartEdge({
// ...
options: {
drawEdge: svgDrawStraightLinePath,
generatePath: pathfindingAStarNoDiagonal,
}
})
Expected behavior
Should work like the example
Screenshots or Videos
export 'pathfindingAStarNoDiagonal' (imported as 'pathfindingAStarNoDiagonal') was not found in '@tisoap/react-flow-smart-edge' (possible exports: SmartBezierEdge, SmartStepEdge, SmartStraightEdge, getSmartEdge, pathfindingAStarDiagonal, svgDrawSmoothLinePath)
Platform
- OS: macOS
- Browser: Chrome
- Version: latest
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpinnedThis should not be closed by bots on inactivityThis should not be closed by bots on inactivity