diff --git a/React 的源码深入/React 的流程解析 - commit 阶段/React 的流程解析 - commit阶段.md b/React 的源码深入/React 的流程解析 - commit 阶段/React 的流程解析 - commit阶段.md index c337e14..ccd732b 100644 --- a/React 的源码深入/React 的流程解析 - commit 阶段/React 的流程解析 - commit阶段.md +++ b/React 的源码深入/React 的流程解析 - commit 阶段/React 的流程解析 - commit阶段.md @@ -12,4 +12,4 @@ do { } while (rootWithPendingPassiveEffects !== null); ``` -这个循环的跳出条件是 rootWithPendingPassiveEffects 等于 null, \ No newline at end of file +这个循环的跳出条件是 rootWithPendingPassiveEffects 等于 null,不然就执行 \ No newline at end of file