Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/react/react
/ commitMount
Function
commitMount
packages/react-art/src/ReactFiberConfigART.js:461–463 ·
view source on GitHub ↗
(instance, type, newProps)
Source
from the content-addressed store, hash-verified
459
}
460
461
export
function
commitMount(instance,
type
, newProps) {
462
// Noop
463
}
464
465
export
function
commitUpdate(instance,
type
, oldProps, newProps) {
466
instance._applyProps(instance, newProps, oldProps);
Callers
1
commitHostMount
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected