DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
18.49k stars 703 forks source link

`ValueDroppedError when redrawing` in `dioxus-core-0.5.1/src/events.rs` #2342

Closed Niedzwiedzw closed 1 week ago

Niedzwiedzw commented 2 weeks ago

Dropped(ValueDroppedError { created_at: Location { file: "/home/niedzwiedz/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dioxus-core-0.5.1/src/events.rs", line: 177, col: 9 } })

I spent entire day trying to reproduce it in a separate repo (it's a closed source project) but I was unable to

ealmloff commented 2 weeks ago

https://github.com/DioxusLabs/dioxus/pull/2298 fixes a similar error. It might fix your project as well

Niedzwiedzw commented 2 weeks ago

I confirm that it does