dioxus/packages/core/examples/handlerror.rs
2021-12-18 23:03:59 -05:00

17 lines
260 B
Rust

//! Handling errors and early aborts
//!
//!
//!
//!
use dioxus_core::prelude::*;
use thiserror::Error;
fn main() {
/*
If a component returns None, do we leave it the same way it was before?
We spent all this time wiping the component
*/
}