|
|
|
@ -72,7 +72,7 @@ var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderL
@@ -72,7 +72,7 @@ var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderL
|
|
|
|
|
if ( |
|
|
|
|
// 不存在优先级相关的更新 |
|
|
|
|
!hasScheduledUpdateOrContext && |
|
|
|
|
// workInProgress Fiber 节点上不存在 effect Flag |
|
|
|
|
// workInProgress Fiber 节点上不存在 DidCapture Flag |
|
|
|
|
(workInProgress.flags & DidCapture) === NoFlags |
|
|
|
|
) { |
|
|
|
|
didReceiveUpdate = false; |
|
|
|
|