MCPcopy Create free account
hub / github.com/react/react / applyGroupProps

Function applyGroupProps

packages/react-art/src/ReactFiberConfigART.js:133–138  ·  view source on GitHub ↗
(instance, props, prevProps = {})

Source from the content-addressed store, hash-verified

131}
132
133function applyGroupProps(instance, props, prevProps = {}) {
134 applyNodeProps(instance, props, prevProps);
135
136 instance.width = props.width;
137 instance.height = props.height;
138}
139
140function applyNodeProps(instance, props, prevProps = {}) {
141 const scaleX = getScaleX(props);

Callers

nothing calls this directly

Calls 1

applyNodePropsFunction · 0.85

Tested by

no test coverage detected