Match-id-75b8c073cf610e8c3a74d1178c172caf13196702

This commit is contained in:
* 2022-02-17 11:58:28 +08:00 committed by *
parent 9a3c6440a1
commit 3c1a4bc02a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export class VNode {
clearChild: VNode | null = null;
// one tree相关属性
isCreated: boolean = true;
oldHooks: Array<Hook<any, any>> | null = []; // 保存上一次执行的hook
oldHooks: Array<Hook<any, any>> | null = null; // 保存上一次执行的hook
oldState: any = null;
oldRef: RefType | ((handle: any) => void) | null = null;
suspenseChildThrow = false;