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

Function onCommitUnmount

code/dependency-injection/public/app.js:7263–7267  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

7261}
7262
7263function onCommitUnmount(fiber) {
7264 if (typeof onCommitFiberUnmount === 'function') {
7265 onCommitFiberUnmount(fiber);
7266 }
7267}
7268
7269/**
7270 * Forked from fbjs/warning:

Callers 1

commitUnmountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected