chore(subflow): adjust warning

This commit is contained in:
moklick
2024-07-18 13:37:40 +02:00
parent 02e55153e4
commit 423976b3c3
+1 -1
View File
@@ -107,7 +107,7 @@ function updateChildPosition<NodeType extends NodeBase>(
if (!parentNode) {
console.warn(
`[React Flow]: Parent node ${parentId} not found. Please make sure that parent nodes are in front of their child nodes in the nodes array.`
`Parent node ${parentId} not found. Please make sure that parent nodes are in front of their child nodes in the nodes array.`
);
return;
}