xyflow / web

📖 This monorepo contains the xyflow website and the documentation sites for React Flow and Svelte Flow.
https://xyflow.com
MIT License
30 stars 36 forks source link

fix: 🛠️ Correct useCallback usage in useOnSelectionChange example #405

Closed MuttakinHasib closed 2 weeks ago

MuttakinHasib commented 3 weeks ago

The example provided for the useOnSelectionChange hook contained errors in the use of the useCallback hook. This commit addresses the following issues:

  1. Added missing import statement for useCallback from 'react'.
  2. Corrected the syntax of useCallback.
vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reactflow-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2024 5:52pm
svelteflow-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2024 5:52pm
xyflow-svelte-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2024 5:52pm
xyflow-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2024 5:52pm
moklick commented 2 weeks ago

Thanks @MuttakinHasib