From 52b0067217b2fa0ec1b08825aef3d83c32be0e7c Mon Sep 17 00:00:00 2001 From: YuJian Date: Tue, 28 Jun 2022 10:48:53 +0800 Subject: [PATCH] vault backup: 2022-06-28 10:48:53 --- .../React 的深入探索 - beginWork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md b/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md index 4fe69ad..c3c7fa4 100644 --- a/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md +++ b/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md @@ -72,7 +72,7 @@ var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderL if ( // 不存在优先级相关的更新 !hasScheduledUpdateOrContext && - // workInProgress Fiber 节点上不存在 effect Flag + // workInProgress Fiber 节点上不存在 DidCapture Flag (workInProgress.flags & DidCapture) === NoFlags ) { didReceiveUpdate = false;