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

Function onCommitPhaseError

code/styling/public/app.js:13391–13393  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

13389 }
13390
13391 function onCommitPhaseError(fiber, error) {
13392 return dispatch(fiber, error, Sync);
13393 }
13394
13395 function computeAsyncExpiration(currentTime) {
13396 // 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