Skip to content

Commit d453bc5

Browse files
committed
Ensure to pass typeScopedContext when processing arrays.
1 parent 55d013d commit d453bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/expand.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ api.expand = ({
119119
element: element[i],
120120
options,
121121
expansionMap,
122-
insideIndex
122+
insideIndex,
123+
typeScopedContext
123124
});
124125
if(insideList && (_isArray(e) || _isList(e))) {
125126
// lists of lists are illegal

0 commit comments

Comments
 (0)