Commit 996b239
committed
feat: Add keyPath variable to the renderedNode objects, Add support for deleted nodes in render loop
This commit adds support for deleted nodes in the render loop. It introduces a new `deletedNodes` Map to track any nodes that have been deleted. This ensures that the render loop does not try to render or update these nodes. The new `deletedNodes` Map is initialized with an empty Map in the beginning.1 parent f3ea184 commit 996b239
1 file changed
+260
-309
lines changed
0 commit comments