Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/krasimir/react-in-patterns
/ onCommitRoot
Function
onCommitRoot
code/composition/public/app.js:7302–7306 ·
view source on GitHub ↗
(root)
Source
from the content-addressed store, hash-verified
7300
}
7301
7302
function
onCommitRoot(root) {
7303
if
(typeof onCommitFiberRoot ===
'function'
) {
7304
onCommitFiberRoot(root);
7305
}
7306
}
7307
7308
function
onCommitUnmount(fiber) {
7309
if
(typeof onCommitFiberUnmount ===
'function'
) {
Callers
1
commitRoot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected