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
<div {...props} />
<div ..props />
This might already be possible with the transform_block configuration, but not exactly sure yet.
transform_block
The text was updated successfully, but these errors were encountered:
This would be very useful. Any pointers on how you were thinking of implementing it? I can submit a pull request.
Sorry, something went wrong.
No branches or pull requests
<div {...props} />
(https://zhenyong.github.io/react/docs/jsx-spread.html#spread-attributes)<div ..props />
, inspired by Rust's functional update syntax (https://doc.rust-lang.org/stable/reference/expressions/struct-expr.html#functional-update-syntax)This might already be possible with the
transform_block
configuration, but not exactly sure yet.The text was updated successfully, but these errors were encountered: