mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
wrap the result of render_with_location in an option
This commit is contained in:
parent
913ed0cfe3
commit
af75fb855f
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ impl CallBody {
|
|||
};
|
||||
|
||||
quote! {
|
||||
#body
|
||||
Some({
|
||||
#body
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue