MarkupToSCSS icon indicating copy to clipboard operation
MarkupToSCSS copied to clipboard

JSX multiple argument passing causes parsing exception

Open semoro opened this issue 8 years ago • 0 comments

<Popover {...this.props}>
    <div>
    .............
    </div>
</Popover>

Parsing exception at {...this.props}

semoro avatar May 04 '16 22:05 semoro