1
0
Fork 0
Browse Source

vault backup: 2022-04-26 15:32:42

master
YuJian 3 years ago
parent
commit
971336ca1f
  1. 2
      React 的源码深入/React 的流程解析 - commit 阶段/React 的流程解析 - commit阶段.md

2
React 的源码深入/React 的流程解析 - commit 阶段/React 的流程解析 - commit阶段.md

@ -12,4 +12,4 @@ do { @@ -12,4 +12,4 @@ do {
} while (rootWithPendingPassiveEffects !== null);
```
这个循环的跳出条件是 rootWithPendingPassiveEffects 等于 null,
这个循环的跳出条件是 rootWithPendingPassiveEffects 等于 null,不然就执行
Loading…
Cancel
Save