Skip to content

Commit

Permalink
transform-react-constant-elements hoists Composite Components (#5137)…
Browse files Browse the repository at this point in the history
… [skip ci]
  • Loading branch information
koba04 authored and hzoo committed Jan 17, 2017
1 parent c76b8ee commit 3871236
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ const Hr = () => {
<div ref={node => this.node = node} />
```

- **Composite Components**

```js
const ComponentA = () => <div><MyCustomComponent /></div>;
```

## Installation

```sh
Expand Down

0 comments on commit 3871236

Please sign in to comment.