facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.

Home Page:http://facebook.github.io/jsx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The syntax in website is missing JSXFragment as JSXChild

koba04 opened this issue · comments

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.