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

Function shouldSuspend

lib/assets/react-source/development/react.js:28162–28164  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

28160 };
28161
28162 function shouldSuspend(fiber) {
28163 return shouldSuspendImpl(fiber);
28164 }
28165 var overrideHookState = null;
28166 var overrideProps = null;
28167 var scheduleUpdate = null;

Callers 1

updateSuspenseComponentFunction · 0.85

Calls 1

shouldSuspendImplFunction · 0.85

Tested by

no test coverage detected