grommet / jsx-to-string

Parse your React JSX component to string
MIT License
124 stars 26 forks source link

Add support for fragments #42

Closed tu4mo closed 5 years ago

tu4mo commented 5 years ago

Hey, great lib! However, parsing doesn't seem to currently support <React.Fragment> or the short syntax <>.

tu4mo commented 5 years ago

Closing this since I have no need for this anymore. Went with react-element-to-jsx-string instead. Feel free to reopen if you wish!