removed comments
This commit is contained in:
parent
ac413285bf
commit
868305cc63
|
|
@ -430,9 +430,5 @@ export function render(rootFiber: RootFiber, element: JSXElement) {
|
||||||
rootFiber.alternate!.pendingProps = {
|
rootFiber.alternate!.pendingProps = {
|
||||||
children: [element],
|
children: [element],
|
||||||
};
|
};
|
||||||
// const fiber = createFiberFromElement(element);
|
|
||||||
// fiber.parent = rootFiber;
|
|
||||||
// rootFiber.child = fiber;
|
|
||||||
// wipRoot.child = fiber;
|
|
||||||
unitOfWork = wipRoot;
|
unitOfWork = wipRoot;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue