Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ onCommitRoot
Function
onCommitRoot
code/redux/public/app.js:7415–7419 ·
view source on GitHub ↗
(root)
Source
from the content-addressed store, hash-verified
7413
}
7414
7415
function
onCommitRoot(root) {
7416
if
(typeof onCommitFiberRoot ===
'function'
) {
7417
onCommitFiberRoot(root);
7418
}
7419
}
7420
7421
function
onCommitUnmount(fiber) {
7422
if
(typeof onCommitFiberUnmount ===
'function'
) {
Callers
1
commitRoot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected