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

Function onCommitUnmount

code/communication/public/app.js:7205–7209  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

7203}
7204
7205function onCommitUnmount(fiber) {
7206 if (typeof onCommitFiberUnmount === 'function') {
7207 onCommitFiberUnmount(fiber);
7208 }
7209}
7210
7211/**
7212 * Forked from fbjs/warning:

Callers 1

commitUnmountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected