Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ onCommitRoot
Function
onCommitRoot
code/communication/public/app.js:7199–7203 ·
view source on GitHub ↗
(root)
Source
from the content-addressed store, hash-verified
7197
}
7198
7199
function
onCommitRoot(root) {
7200
if
(typeof onCommitFiberRoot ===
'function'
) {
7201
onCommitFiberRoot(root);
7202
}
7203
}
7204
7205
function
onCommitUnmount(fiber) {
7206
if
(typeof onCommitFiberUnmount ===
'function'
) {
Callers
1
commitRoot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected