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;