MCPcopy Index your code
hub / github.com/caseywebdev/react-list / queueRecoverableErrors

Function queueRecoverableErrors

docs/index.js:13956–13963  ·  view source on GitHub ↗
(errors)

Source from the content-addressed store, hash-verified

13954 ensureRootIsScheduled(root$jscomp$0);
13955}
13956function queueRecoverableErrors(errors) {
13957 null === workInProgressRootRecoverableErrors
13958 ? (workInProgressRootRecoverableErrors = errors)
13959 : workInProgressRootRecoverableErrors.push.apply(
13960 workInProgressRootRecoverableErrors,
13961 errors
13962 );
13963}
13964function commitRootWhenReady(
13965 root,
13966 finishedWork,

Callers 2

completeWorkFunction · 0.85
performWorkOnRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…