From 971336ca1f5a82ae42c94d140cb786f9e11bc04b Mon Sep 17 00:00:00 2001 From: YuJian Date: Tue, 26 Apr 2022 15:32:42 +0800 Subject: [PATCH] vault backup: 2022-04-26 15:32:42 --- .../React 的流程解析 - commit阶段.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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