zino-rs / zino

Next-generation framework for composable applications in Rust.
https://crates.io/crates/zino
MIT License
762 stars 52 forks source link

[example/dioxus-desktop] I had tested for stargazer, but when navigating and switching pages, the process exits unexpectedly #95

Closed beesflower closed 5 months ago

beesflower commented 6 months ago

thread 'main' panicked at dioxus-desktop/src/view/stargazer.rs:102:38: called Result::unwrap() on an Err value: AlreadyBorrowed(AlreadyBorrowedError)

photino commented 6 months ago

It works as expected on my computer. There is no unwrap() method at /src/view/stargazer.rs:102:38. You should provide more information.

photino commented 5 months ago

It should be fixed in the latest version of the example.