dioxus
dioxus copied to clipboard
Global handlers should require that callbacks are UseCallback<T> or a Callback<T> type (to carry runtime + scope)
cargo run --package dioxus-examples --example shortcut
ctrl + s
Should be fixed in master now.
We made some big changes recently and need to adjust our global handlers. Leaving this open until all handlers are adjusted.