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
..
When attempting to format this page, it complained about the spread operator:
error: expected an expression ┌─ /home/mahmoud/portfolio/wiseai.dev/src/pages/landing.rs:21:30 │ 21 │ <Hero ..profile_props /> │ ^
So, I would like to suggest enabling the formatting of components using the spread operator. Thanks!
Edit: In some cases, it works as expected, like in this line of code, probably because it is wrapped with {}.
{}
The text was updated successfully, but these errors were encountered:
fixed issue #10, fixed down-top breaking propagation
91f190b
Thank you for reporting this, should be fixed in v0.3.0, feel free to reopen this issue if the problem resurfaces
Sorry, something went wrong.
No branches or pull requests
When attempting to format this page, it complained about the spread operator:
So, I would like to suggest enabling the formatting of components using the spread operator. Thanks!
Edit: In some cases, it works as expected, like in this line of code, probably because it is wrapped with
{}
.The text was updated successfully, but these errors were encountered: