Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

photino
Copy link
Contributor

@photino photino commented Apr 5, 2024

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

photino and others added 2 commits April 5, 2024 18:12
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.
@ealmloff ealmloff merged commit fcbebbb into DioxusLabs:main Apr 5, 2024
8 of 9 checks passed
@photino photino deleted the patch-2 branch April 5, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to Read dist/__assets_head.html
2 participants