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
The following adds a blank line after the last comment:
html! { <MyComponent> { very_long_arg_name_example1 } { very_long_arg_name_example2 } // { very_long_arg_name_example3 } // { very_long_arg_name_example4 } </MyComponent> }
Adding a third comment does the following:
html! { <MyComponent> { very_long_arg_name_example1 } { very_long_arg_name_example2 } // { very_long_arg_name_example3 } // { very_long_arg_name_example4 } // { very_long_arg_name_example5 } </MyComponent> }
The text was updated successfully, but these errors were encountered:
- Changed yew.ext to yew.html_flavor
yew.ext
yew.html_flavor
c1e86b1
- Fixed issue #16
Thank you for reporting this, should be fixed in v0.5
Sorry, something went wrong.
No branches or pull requests
The following adds a blank line after the last comment:
Adding a third comment does the following:
The text was updated successfully, but these errors were encountered: