mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
be99e29e5f
* fix: fmt unterminated if, be more aggressive with line splits * Fix: Handle long exprs in for/if statements
10 lines
207 B
R
10 lines
207 B
R
fn it_works() {
|
|
rsx! {
|
|
div {
|
|
span {
|
|
"Description: "
|
|
{package.description.as_deref().unwrap_or("❌❌❌❌ missing")}
|
|
}
|
|
}
|
|
}
|
|
}
|