Skip to content
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

JSX props values can be elements too #268

Merged
merged 2 commits into from Jun 21, 2018

Conversation

arv
Copy link
Contributor

@arv arv commented Jun 20, 2018

Fixes #267

The value of a JSX attribute/prop can be a JSX element or a fragment.

See JSXAttributeValue at https://facebook.github.io/jsx/

arv added 2 commits June 20, 2018 14:30
Fixes alangpierce#267

The value of a JSX attribute/prop can be a JSX element or a fragment.

See JSXAttributeValue at https://facebook.github.io/jsx/
There was an extra stray comma.
@arv
Copy link
Contributor Author

arv commented Jun 20, 2018

Let me know if you would prefer 2 PRs instead of 2 commits. They are independent except for the test.

@alangpierce
Copy link
Owner

Thank you! Looks good to me! (For larger things, 2 PRs would be nice, but here it's fine to combine them.)

@alangpierce alangpierce merged commit 6c3e80f into alangpierce:master Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants