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.
2 parents b65ebd0 + 2007694 commit b491734Copy full SHA for b491734
src/coconut/react/View.macro.hx
@@ -166,7 +166,9 @@ class View {
166
}
167
});
168
169
- parametrize(added[added.length - 1], cls);
+ var fromHxx = added[added.length - 1];
170
+ fromHxx.pos = cls.pos;
171
+ parametrize(fromHxx, cls);
172
173
174
static function autoBuild()
src/coconut/react/macros/Setup.hx
@@ -77,6 +77,7 @@ class Setup {
77
78
).fields;
79
80
+ add[0].pos = cls.pos;
81
parametrize(add[0], cls);
82
83
fields.concat(add);
0 commit comments