-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fragment shorthand not compatible with jsx-factory #480
Comments
That issue is specific to TypeScript. We don't have a page dedicated to TS yet. If we do it makes sense to put it there 👍 |
Would you accept a pull request with a note for Typescript users, or are you planning on having entirely separate documentation for Typescript? |
A note is perfectly fine for now. It's better than what we have right now 👍 Happy to review any PRs 🎉 💯 A dedicated TS page may be something for later. |
At some point a dedicated TS page was added with info on how to set the |
See: microsoft/TypeScript#20469
Documentation should be updated to clarify how to use
<></>
Fragment shorthand syntax. I could not get it working correctly.The text was updated successfully, but these errors were encountered: