Skip to content

Commit 1187dd5

Browse files
authored
fix(docs): incorrect prop name in custom edge Svelte example (#999)
1 parent d840c54 commit 1187dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelteflow.dev/src/content/learn/customization/custom-edges.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ to:
121121
const edges = useEdges();
122122
</script>
123123
124-
<BaseEdge {id} {path} />
124+
<BaseEdge {id} path={edgePath} />
125125
<EdgeLabel x={labelX} y={labelY}>
126126
<button
127127
class="nodrag nopan"

0 commit comments

Comments
 (0)