chore(docs): correct link

This commit is contained in:
braks
2024-02-04 22:05:47 +01:00
committed by Braks
parent 308338fa79
commit 05c4677002

View File

@@ -73,7 +73,7 @@ const connections = useHandleConnections({
})
```
## [useNodesData](/typedocs/functions/useNode)
## [useNodesData](/typedocs/functions/useNodesData)
`useNodesData` provides you with an array of data objects depending on the node ids you pass to it.
It's especially useful when used together with `useHandleConnections`.