Closed
Description
opened on Oct 18, 2022
Consider this block:
Lines 52 to 66 in 62fde7d
Here it builds an array of aliased args:
Lines 55 to 57 in 62fde7d
And here it uses this array as a key for strings:
Line 64 in 62fde7d
Which will just result in:
{
strings: {
"[object Object]": true
}
}
It should either build flat aliases or iterate over the nested array
Activity