From 524b4eda8cebfefe44b5d71c60837a72e79cda98 Mon Sep 17 00:00:00 2001 From: Abhishiv Saxena Date: Thu, 27 Jun 2024 09:11:53 +0300 Subject: [PATCH] Update index.tsx --- src/stdlib/Each/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlib/Each/index.tsx b/src/stdlib/Each/index.tsx index 3da9dc5..d727a78 100644 --- a/src/stdlib/Each/index.tsx +++ b/src/stdlib/Each/index.tsx @@ -61,7 +61,7 @@ export const Each: ( const observor = function ({ data, path }: StoreChange) { //console.debug("change", changes, path); - // console.log("list change", data, path, value); + console.log("list change", data, path, value); const pStep = parentStep.children[0]; const previousChildren = [...(pStep.children || [])]; if (data.name === "push") {