You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
I want to request a feature
What is the current behavior?
Currently the only shorthand of jsx props are "boolean as default" and "attributes spread", however when writing jsx there are many cases of foo={foo}, it could be better if there is a shorthand for this syntax, for example, <Component {foo} />
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
I want to request a feature
What is the current behavior?
Currently the only shorthand of jsx props are "boolean as default" and "attributes spread", however when writing jsx there are many cases of
foo={foo}
, it could be better if there is a shorthand for this syntax, for example,<Component {foo} />
The text was updated successfully, but these errors were encountered: