Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ shouldSuspend
Function
shouldSuspend
docs/external/js/react-dom.development.js:24602–24604 ·
view source on GitHub ↗
(fiber)
Source
from the content-addressed store, hash-verified
24600
};
24601
24602
function
shouldSuspend(fiber) {
24603
return
shouldSuspendImpl(fiber);
24604
}
24605
var
overrideHookState = null;
24606
var
overrideProps = null;
24607
var
scheduleUpdate = null;
Callers
1
updateSuspenseComponent
Function · 0.85
Calls
1
shouldSuspendImpl
Function · 0.85
Tested by
no test coverage detected