semoro / MarkupToSCSS

Small IntelliJ IDEA plugin, which can help you to create .scss files
Apache License 2.0
20 stars 2 forks source link

JSX multiple argument passing causes parsing exception #6

Open semoro opened 8 years ago

semoro commented 8 years ago
<Popover {...this.props}>
    <div>
    .............
    </div>
</Popover>

Parsing exception at {...this.props}