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 code raises an error:
use yew::prelude::*; #[function_component(App)] pub fn app() -> Html { html! {} }
The error:
error: unexpected end of input, expected curly braces ┌─ /path/to/tmp.rs:1:1 │ 1 │ use yew::prelude::*; │ ^
I get the same error with parentheses instead of braces and regardless of formatting.
The text was updated successfully, but these errors were encountered:
removed trailing newlines from formatting/CLI output, fixed issue #1
c8816d8
Thank you for reporting this as well, should be fixed in v0.2.2, feel free to reopen the issue if the bug resurfaces
Sorry, something went wrong.
No branches or pull requests
The following code raises an error:
The error:
I get the same error with parentheses instead of braces and regardless of formatting.
The text was updated successfully, but these errors were encountered: