dont coerce jsx expression containers - fixes #1126
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<Text>
|
||||
To get started, edit index.ios.js!!!{"\n"}
|
||||
Press Cmd+R to reload
|
||||
</Text>
|
||||
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
React.createElement(
|
||||
Text,
|
||||
null,
|
||||
"To get started, edit index.ios.js!!!",
|
||||
"\n",
|
||||
"Press Cmd+R to reload"
|
||||
);
|
||||
Reference in New Issue
Block a user