ma1ko

Results 3 comments of ma1ko

I just got the same panic and managed to produce a minimal example: ``` use yew::prelude::*; fn main() { yew::start_app::(); } #[function_component(Model)] fn test() -> html { let state =...

Just found #2859. So can probably be closed in favor for the other one, which describes workarounds.

Thanks! This is exactly what I need. I was just going through the documantation and couldn't find anything