diff --git a/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md b/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md index 6c79796..edf7c57 100644 --- a/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md +++ b/React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md @@ -110,7 +110,7 @@ if ((current.flags & ForceUpdateForLegacySuspense) !== NoFlags) { ```javascript didReceiveUpdate = false; -// 检查 hydrate 状态 +// 检查 hydrate 状态 和 是否存在 Forked flag if (getIsHydrating() && isForkedChild(workInProgress)) { var slotIndex = workInProgress.index; var numberOfForks = getForksAtLevel();