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

Function onCommitUnmount

code/styling/public/app.js:7170–7174  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

7168}
7169
7170function onCommitUnmount(fiber) {
7171 if (typeof onCommitFiberUnmount === 'function') {
7172 onCommitFiberUnmount(fiber);
7173 }
7174}
7175
7176/**
7177 * Forked from fbjs/warning:

Callers 1

commitUnmountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected