push to arguments instead of an array literal for jsx children
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use strict";
|
||||
X(null, a);
|
||||
X(null, [a, " ", b]);
|
||||
X(null, a, " ", b);
|
||||
|
||||
X({
|
||||
prop: a,
|
||||
yes: true
|
||||
});
|
||||
});
|
||||
|
||||
@@ -6,4 +6,4 @@ X({
|
||||
|
||||
X({
|
||||
prop: "2"
|
||||
}, [Y(null), Z(null)]);
|
||||
}, Y(null), Z(null));
|
||||
|
||||
Reference in New Issue
Block a user