Function leptos_dom::logging::console_debug_warn

source ยท
pub fn console_debug_warn(s: &str)
Expand description

Log an error to the console (in the browser) or via println!() (if not in the browser), but only in a debug build.