GRADY
Results
2
issues of
GRADY
1. FiberNode 构造函数不完整 function FiberNode(tag, pendingProps, key) { // 基本属性 this.tag = tag; this.key = key; this.type = null; this.stateNode = null; // Props 相关 this.pendingProps = pendingProps; this.memoizedProps =...