Function leptos_dom::console_error
source · pub fn console_error(s: &str)Expand description
Log an error to the console (in the browser)
or via println!() (if not in the browser).
pub fn console_error(s: &str)Log an error to the console (in the browser)
or via println!() (if not in the browser).