1
0
Fork 0
Browse Source

vault backup: 2022-06-28 10:38:53

master
YuJian 2 years ago
parent
commit
cd02cf4d38
  1. 1
      React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md

1
React 的深入探索/React 的流程解析 - Fiber 递归/React 的深入探索 - beginWork.md

@ -69,6 +69,7 @@ if ( @@ -69,6 +69,7 @@ if (
// props 和 context 都没有发生变化,检查优先级相关
var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderLanes);
// 不存在优先级相关的
if (
!hasScheduledUpdateOrContext &&
(workInProgress.flags & DidCapture) === NoFlags

Loading…
Cancel
Save