removed comments

This commit is contained in:
MasterGordon 2025-09-09 17:32:08 +02:00
parent ac413285bf
commit 868305cc63
1 changed files with 0 additions and 4 deletions

View File

@ -430,9 +430,5 @@ export function render(rootFiber: RootFiber, element: JSXElement) {
rootFiber.alternate!.pendingProps = {
children: [element],
};
// const fiber = createFiberFromElement(element);
// fiber.parent = rootFiber;
// rootFiber.child = fiber;
// wipRoot.child = fiber;
unitOfWork = wipRoot;
}