diff --git a/packages/behavior/context/context.js b/packages/behavior/context/context.js index e6533b1..11e9786 100644 --- a/packages/behavior/context/context.js +++ b/packages/behavior/context/context.js @@ -80,6 +80,7 @@ export class Context { } return { children: {}, + type, ...('function' === typeof types[type] ? types[type](variable) : types[type]) }; }