Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ onCommitRoot
Function
onCommitRoot
code/third-party/public/app.js:6397–6401 ·
view source on GitHub ↗
(root)
Source
from the content-addressed store, hash-verified
6395
}
6396
6397
function
onCommitRoot(root) {
6398
if
(typeof onCommitFiberRoot ===
'function'
) {
6399
onCommitFiberRoot(root);
6400
}
6401
}
6402
6403
function
onCommitUnmount(fiber) {
6404
if
(typeof onCommitFiberUnmount ===
'function'
) {
Callers
1
commitRoot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected