♻️ Replace tracing dependency with dioxus-logger
tracing package doesn't support web platform when dioxus-logger `will eventually support every target that Dioxus does. Currently only web and desktop platforms are supported.`
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use dioxus::prelude::*;
|
||||
use tracing::debug;
|
||||
use log::debug;
|
||||
|
||||
turf::style_sheet!("src/ui/components/chats_window/navbar.scss");
|
||||
|
||||
|
Reference in New Issue
Block a user