MCPcopy Index your code
hub / github.com/react/react / waitForCommitToBeReady

Function waitForCommitToBeReady

packages/react-art/src/ReactFiberConfigART.js:620–622  ·  view source on GitHub ↗
(timeoutOffset)

Source from the content-addressed store, hash-verified

618export function suspendOnActiveViewTransition(state, container) {}
619
620export function waitForCommitToBeReady(timeoutOffset) {
621 return null;
622}
623
624export function getSuspendedCommitReason(state, rootContainer) {
625 return null;

Callers 1

commitRootWhenReadyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected