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

Function onCommitPhaseError

code/controlled-uncontrolled/public/app.js:12715–12717  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

12713 }
12714
12715 function onCommitPhaseError(fiber, error) {
12716 return dispatch(fiber, error, Sync);
12717 }
12718
12719 function computeAsyncExpiration(currentTime) {
12720 // 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