From 759c2f4a8fce708ec85deb83d84c66a430c73bcb Mon Sep 17 00:00:00 2001 From: Abhishiv Saxena Date: Mon, 24 Jun 2024 14:38:04 +0300 Subject: [PATCH] comment --- src/stdlib/Each/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stdlib/Each/index.tsx b/src/stdlib/Each/index.tsx index c0583ff..c108b6e 100644 --- a/src/stdlib/Each/index.tsx +++ b/src/stdlib/Each/index.tsx @@ -91,6 +91,7 @@ export const Each: ( ); nodesToRemove.forEach((n) => removeNode(renderContext, n)); // todo: add nodes at proper position + // needs modification of addNode function to take a treestep after which insertion should occur } }; const task = { path, observor };