@ -65,6 +65,13 @@ if (
如果判断条件为 false,会进入后续判断逻辑
```javascript
var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderLanes);
if (
!hasScheduledUpdateOrContext &&
(workInProgress.flags & DidCapture) === NoFlags
```
### current 为空
didReceiveUpdate 赋值为 false