Open
Description
In facebook/jsx#57, the JSX spec was updated to allow for spreading children, basically turning
(
<div>
{...children}
</div>
)
into
factory('div', null, ...children)
This is a useful syntax, and it'd be great if it could be added to this transformer.
Metadata
Metadata
Assignees
Labels
No labels