React inlining: Fix transform for computed key
(This was broken before my last change too.)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<Foo key={"foo" + "baz"} data-value="bar" />
|
||||
@@ -0,0 +1,3 @@
|
||||
babelHelpers.createRawReactElement(Foo, "foo" + "baz", babelHelpers.defaultProps(Foo.defaultProps, {
|
||||
"data-value": "bar"
|
||||
}));
|
||||
Reference in New Issue
Block a user