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

Function onCommitRoot

code/styling/public/app.js:7164–7168  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

7162}
7163
7164function onCommitRoot(root) {
7165 if (typeof onCommitFiberRoot === 'function') {
7166 onCommitFiberRoot(root);
7167 }
7168}
7169
7170function onCommitUnmount(fiber) {
7171 if (typeof onCommitFiberUnmount === 'function') {

Callers 1

commitRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected