From 423976b3c3d4433f73e181b7a9a6a063d4760750 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 18 Jul 2024 13:37:40 +0200 Subject: [PATCH] chore(subflow): adjust warning --- packages/system/src/utils/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }