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