We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I do this all the time:
<ComponentName propA={propA} propB={propB} propC={propC} />
and would love to do
<ComponentName propA propB propC />
It currently only works with boolean values. Can it be fixed for all?
The text was updated successfully, but these errors were encountered:
well I try to fix this...
Sorry, something went wrong.
This has been proposed a few times: #9696, #9707, #13967, #15731, #20164, #21236, #22039
The place to request/suggest this is the JSX repo though, specifically: facebook/jsx#23
I'm going to close this issue and suggest you join the discussion on that one. 👍🏼
No branches or pull requests
I do this all the time:
<ComponentName propA={propA} propB={propB} propC={propC} />
and would love to do
<ComponentName propA propB propC />
It currently only works with boolean values.
Can it be fixed for all?
The text was updated successfully, but these errors were encountered: