MCPcopy Index your code
hub / github.com/microsoft/SandDance / onCommitUnmount

Function onCommitUnmount

docs/external/js/react-dom.development.js:23683–23687  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

23681 }
23682 }
23683 function onCommitUnmount(fiber) {
23684 if (typeof onCommitFiberUnmount === 'function') {
23685 onCommitFiberUnmount(fiber);
23686 }
23687 }
23688
23689 var hasBadMapPolyfill;
23690

Callers 1

commitUnmountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected