Skip to content

Commit 996b239

Browse files
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

File tree

1 file changed

+260
-309
lines changed

1 file changed

+260
-309
lines changed

0 commit comments

Comments
 (0)