-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Labels
KIND: FEATURE REQUESTPrinterthings that have to do with turning an AST into Reason codethings that have to do with turning an AST into Reason code
Description
/* Now */
<Component
prop1
prop2>
("child" |> ReasonReact.stringToElement)
</Component>
/* VS */
<Component
prop1
prop2
>
("child" |> ReasonReact.stringToElement)
</Component>I used to the latter, imo it's easier to spot this place this way. Also, it's consistent with:
<Component
prop1
prop2
/>rauanmayemir, Ebuall, rafayepes, minedeljkovic and jaredly
Metadata
Metadata
Assignees
Labels
KIND: FEATURE REQUESTPrinterthings that have to do with turning an AST into Reason codethings that have to do with turning an AST into Reason code