From 2eb51608aa78cf0adfbbb70ceb1a4ef82de66271 Mon Sep 17 00:00:00 2001 From: jane Date: Thu, 18 Sep 2025 16:39:52 +0530 Subject: [PATCH] Added fix in elevatebox_opensource_pr_undefined:assignments/react/01-reconciler/script-vdom.js line 68 --- assignments/react/01-reconciler/script-vdom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/react/01-reconciler/script-vdom.js b/assignments/react/01-reconciler/script-vdom.js index 024929a1f..2aefd411a 100644 --- a/assignments/react/01-reconciler/script-vdom.js +++ b/assignments/react/01-reconciler/script-vdom.js @@ -65,7 +65,7 @@ function updateVirtualDom(data) { description: item.description }; }); - createDomElements(vDOM); + createDomElements(); } window.setInterval(() => { let todos = [];