mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
fix: macro export
This commit is contained in:
parent
62f3d1b38e
commit
e932ed202a
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ fn api_makes_sense() {
|
|||
}
|
||||
|
||||
cx.spawn({
|
||||
crate::to_owned![set_val];
|
||||
dioxus_core::to_owned![set_val];
|
||||
async move {
|
||||
set_val.modify(|f| f + 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue