Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Jun 27, 2024
1 parent 341012a commit 524b4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib/Each/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Each: <T extends ArrayOrObject>(
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") {
Expand Down

0 comments on commit 524b4ed

Please sign in to comment.