Fix some React transform README issues [skip ci] (#4917)

This commit is contained in:
Brian Ng
2016-11-30 11:19:54 -06:00
committed by Henry Zhu
parent e21dcec087
commit 66dfd8f0c1
7 changed files with 9 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
# babel-plugin-transform-react-jsx-self
Adds `__self` prop to JSX elements, which React will use to generate some runtime warnings. All React users
should enable this transform in dev mode.
> Adds `__self` prop to JSX elements, which React will use to generate some runtime warnings. All React users should enable this transform in dev mode.
## Example
@@ -10,6 +9,7 @@ should enable this transform in dev mode.
```
<sometag />
```
### Out
```