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

Function onCommitRoot

code/dependency-injection/public/app.js:7257–7261  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

7255}
7256
7257function onCommitRoot(root) {
7258 if (typeof onCommitFiberRoot === 'function') {
7259 onCommitFiberRoot(root);
7260 }
7261}
7262
7263function onCommitUnmount(fiber) {
7264 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected