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

Function commitClassCallbacks

docs/index.js:11042–11052  ·  view source on GitHub ↗
(finishedWork)

Source from the content-addressed store, hash-verified

11040 }
11041}
11042function commitClassCallbacks(finishedWork) {
11043 var updateQueue = finishedWork.updateQueue;
11044 if (null !== updateQueue) {
11045 var instance = finishedWork.stateNode;
11046 try {
11047 commitCallbacks(updateQueue, instance);
11048 } catch (error) {
11049 captureCommitPhaseError(finishedWork, finishedWork.return, error);
11050 }
11051 }
11052}
11053function safelyCallComponentWillUnmount(
11054 current,
11055 nearestMountedAncestor,

Calls 4

commitCallbacksFunction · 0.85
captureCommitPhaseErrorFunction · 0.85
runWithFiberInDEVFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…