MCPcopy
hub / github.com/facebook/react / getSuspendedCommitReason

Function getSuspendedCommitReason

packages/react-art/src/ReactFiberConfigART.js:624–626  ·  view source on GitHub ↗
(state, rootContainer)

Source from the content-addressed store, hash-verified

622}
623
624export function getSuspendedCommitReason(state, rootContainer) {
625 return null;
626}
627
628export const NotPendingTransition = null;
629export const HostTransitionContext: ReactContext<TransitionStatus> = {

Callers 1

commitRootWhenReadyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected