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

Function onCommitRoot

code/higher-order-components/public/app.js:7158–7162  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

7156}
7157
7158function onCommitRoot(root) {
7159 if (typeof onCommitFiberRoot === 'function') {
7160 onCommitFiberRoot(root);
7161 }
7162}
7163
7164function onCommitUnmount(fiber) {
7165 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected