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

Function onCommitPhaseError

code/new-context-api/public/app.js:12752–12754  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

12750 }
12751
12752 function onCommitPhaseError(fiber, error) {
12753 return dispatch(fiber, error, Sync);
12754 }
12755
12756 function computeAsyncExpiration(currentTime) {
12757 // 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