|
@@ -71,7 +71,7 @@ const combineExtraMeta = (metaG, extraMeta, createFromExtra = false, containerSe
|
|
if (typeof metaG[key] === 'object' || createFromExtra) {
|
|
if (typeof metaG[key] === 'object' || createFromExtra) {
|
|
const isCon = isContainer(val);
|
|
const isCon = isContainer(val);
|
|
const metaFoG = metaG[key] || {};
|
|
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 ?
|
|
const extra = isCon ?
|
|
{
|
|
{
|
|
...val,
|
|
...val,
|