Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Jun 24, 2024
1 parent fc9d6d4 commit 759c2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stdlib/Each/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const Each: <T extends ArrayOrObject>(
);
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 };
Expand Down

0 comments on commit 759c2f4

Please sign in to comment.