xyflow / web

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

fix: data property is required in node objects #460

Closed mboultoureau closed 1 month ago

mboultoureau commented 1 month ago

In the Building a flow page, the required data property is missing from the first example.

const nodes = [
  {
    id: '1', // required
    position: { x: 0, y: 0 }, // required
+   data: { label: 'Hello' }, // required
  },
];
vercel[bot] commented 1 month 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 Aug 5, 2024 2:34pm
svelteflow-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 2:34pm
xyflow-svelte-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 2:34pm
xyflow-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 2:34pm