Marc Espin

Results 173 issues of Marc Espin

feat: Reexport the `Warning` trait in dioxus-signals to allow the use of `::allow()` without pulling the warnings crate

Same issue as in https://github.com/DioxusLabs/dioxus/issues/2272 I have simplified the code a bit, but both leak memory: ```rust #![allow(non_snake_case)] use dioxus::prelude::dioxus_core::NoOpMutations; use dioxus::prelude::*; fn main() -> Result { fn app() ->...