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

Function onCommitUnmount

code/third-party/public/app.js:6403–6407  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

6401}
6402
6403function onCommitUnmount(fiber) {
6404 if (typeof onCommitFiberUnmount === 'function') {
6405 onCommitFiberUnmount(fiber);
6406 }
6407}
6408
6409/**
6410 * Forked from fbjs/warning:

Callers 1

commitUnmountFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected