MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / onCommitPhaseError

Function onCommitPhaseError

code/third-party/public/app.js:12624–12626  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

12622 }
12623
12624 function onCommitPhaseError(fiber, error) {
12625 return dispatch(fiber, error, Sync);
12626 }
12627
12628 function computeAsyncExpiration(currentTime) {
12629 // Given the current clock time, returns an expiration time. We use rounding

Callers 1

commitRootFunction · 0.70

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected