chore(subflow): adjust warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user