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

Function onCommitPhaseError

code/redux/public/app.js:13642–13644  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

13640 }
13641
13642 function onCommitPhaseError(fiber, error) {
13643 return dispatch(fiber, error, Sync);
13644 }
13645
13646 function computeAsyncExpiration(currentTime) {
13647 // 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