in src/utils/ChildMapping.js [84:86]
function getProp(child, prop, props) { return props[prop] != null ? props[prop] : child.props[prop]; }