in src/utils/ChildMapping.js [43:45]
function getValueForKey(key) { return key in next ? next[key] : prev[key]; }