Skip to content

Commit

Permalink
Merge pull request #591 from Orchemi/main
Browse files Browse the repository at this point in the history
Fix a wrong link in the devtools-and-debugging docs.
  • Loading branch information
printerscanner authored Nov 26, 2024
2 parents bcf3cae + 73c8541 commit a36809b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ own projects and modify them to suit your needs: each component works independen

## Node Inspector

The `<NodeInspector />` component makes use of our [`useNodes`](/api-reference/hooks/use-names)
The `<NodeInspector />` component makes use of our [`useNodes`](/api-reference/hooks/use-nodes)
hook to access all the nodes in the flow. Typically we discourage using this hook
because it will trigger a re-render any time _any_ of your nodes change, but that's
exactly what makes it so useful for debugging!
Expand Down

0 comments on commit a36809b

Please sign in to comment.