We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3427928 commit 4a9f025Copy full SHA for 4a9f025
src/utils/common.ts
@@ -57,8 +57,8 @@ export function bindVariableContext(
57
values: any,
58
): VariableContextWithNull {
59
const context: VariableContextWithNull = {};
60
-
61
const resolved = resolveDimensions(variableName, dimensions);
+
62
for (const variable of resolved) {
63
try {
64
context[variable] = parseVariable(
0 commit comments