DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.08k stars 729 forks source link

Use `tracing::warn!` instead of `error!` when assets not being preloaded #2251

Closed photino closed 2 months ago

photino commented 2 months ago

Currently, it emits a tracing::error when assets not being preloaded if the dioxus CLI was not used to build the application. It should be a warning since cargo can also build the application successfully.

Fix #2231