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

Function onCommitRoot

code/controlled-uncontrolled/public/app.js:6488–6492  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

6486}
6487
6488function onCommitRoot(root) {
6489 if (typeof onCommitFiberRoot === 'function') {
6490 onCommitFiberRoot(root);
6491 }
6492}
6493
6494function onCommitUnmount(fiber) {
6495 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected