Function leptos_dom::logging::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).