MCPcopy Create free account
hub / github.com/reactjs/react-rails / recordScheduleUpdate

Function recordScheduleUpdate

lib/assets/react-source/development/react.js:14072–14082  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14070 }
14071 }
14072 function recordScheduleUpdate() {
14073 {
14074 if (isCommitting) {
14075 hasScheduledUpdateInCurrentCommit = true;
14076 }
14077
14078 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
14079 hasScheduledUpdateInCurrentPhase = true;
14080 }
14081 }
14082 }
14083 function startWorkTimer(fiber) {
14084 {
14085 if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {

Callers 1

scheduleUpdateOnFiberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected