diff --git a/packages/system/src/utils/store.ts b/packages/system/src/utils/store.ts index 3f08b0f7..da7dbc06 100644 --- a/packages/system/src/utils/store.ts +++ b/packages/system/src/utils/store.ts @@ -107,7 +107,7 @@ function updateChildPosition( 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; }