@@ -71,7 +71,7 @@ const combineExtraMeta = (metaG, extraMeta, createFromExtra = false, containerSe
if (typeof metaG[key] === 'object' || createFromExtra) {
const isCon = isContainer(val);
const metaFoG = metaG[key] || {};
- const seed = isCon ? {} : containerSeed; // Container's don't seed themselves
+ const seed = isCon ? {} : containerSeed; // Container's don't seed themselves, only their children
const extra = isCon ?
{
...val,