facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.95k stars 133 forks source link

The syntax in website is missing JSXFragment as JSXChild #128

Closed koba04 closed 2 years ago

koba04 commented 3 years ago

The syntax in the official website doesn't allow JSXFragment as JSXChild. It has been added in the master branch by #97, but it hasn't been synced to the website.

https://facebook.github.io/jsx/

Could you update the website to apply the change? Currently, most of the compilers allow the syntax, so it should be allowed.