MCPcopy Create free account
hub / github.com/reactjs/react-rails / onCommitUnmount

Function onCommitUnmount

lib/assets/react-source/development/react.js:27243–27247  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

27241 }
27242 }
27243 function onCommitUnmount(fiber) {
27244 if (typeof onCommitFiberUnmount === 'function') {
27245 onCommitFiberUnmount(fiber);
27246 }
27247 }
27248
27249 var hasBadMapPolyfill;
27250

Callers 1

commitUnmountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected