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

Function onCommitRoot

code/event-handlers/public/app.js:6494–6498  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

6492}
6493
6494function onCommitRoot(root) {
6495 if (typeof onCommitFiberRoot === 'function') {
6496 onCommitFiberRoot(root);
6497 }
6498}
6499
6500function onCommitUnmount(fiber) {
6501 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected