Match-id-5991ef80bf0ba6d3c882eadd94851b9018e36f1b
This commit is contained in:
parent
c4c66b83f8
commit
a6a992c192
|
@ -75,7 +75,7 @@ export class VNode {
|
|||
promiseResolve: boolean = false; // suspense的promise是否resolve
|
||||
|
||||
path: string = ''; // 保存从根到本节点的路径
|
||||
toUpdateNodes: Set<VNode> | null = null; // 保存要更新的节点
|
||||
toUpdateNodes: Set<VNode>; // 保存要更新的节点
|
||||
|
||||
belongClassVNode: VNode | null = null; // 记录JSXElement所属class vNode,处理ref的时候使用
|
||||
|
||||
|
|
Loading…
Reference in New Issue