From de5b51b8ea39d4af5824784f7409451a8f6401fd Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 22 Jun 2020 18:19:18 -0500 Subject: [PATCH] fix: roll in type --- packages/behavior/context/context.js | 1 + 1 file changed, 1 insertion(+) 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]) }; }