MCPcopy 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
461export function commitMount(instance, type, newProps) {
462 // Noop
463}
464
465export function commitUpdate(instance, type, oldProps, newProps) {
466 instance._applyProps(instance, newProps, oldProps);

Callers 1

commitHostMountFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected