Skip to content

Commit

Permalink
Merge pull request #585 from i-m-afk/patch-1
Browse files Browse the repository at this point in the history
Update use-handle-connections.mdx Incorrect link
  • Loading branch information
printerscanner authored Nov 19, 2024
2 parents 3d3b35b + a43f9ac commit a559a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { signature } from '@/references/hooks/useHandleConnections.ts';

# useHandleConnections

[Source on GitHub](https://github.com/xyflow/xyflow/packages/core/src/hooks/useHandleConnections.ts)
[Source on GitHub](https://github.com/xyflow/xyflow/blob/main/packages/react/src/hooks/useHandleConnections.ts)

This hook returns an array connections on a specific handle or handle type.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { signature } from '@/references/hooks/useNodesData.ts';

# useNodesData()

[Source on GitHub](https://github.com/xyflow/xyflow/packages/core/src/hooks/useHandleConnections.ts)
[Source on GitHub](https://github.com/xyflow/xyflow/blob/main/packages/react/src/hooks/useNodesData.ts)

This hook lets you subscribe to changes of a specific nodes `data` object.

Expand Down

0 comments on commit a559a43

Please sign in to comment.