You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error will go away if you build your application with the dioxus cli with dx serve. Without the head file, manganis assets will not be preloaded and css files will not be injected into the head. If you are interested in fixing this issue, you can downgrade this error to a warning about assets not being preloaded if the application is not built with the dioxus cli
Problem
We have upgraded to Dioxus 0.5 in our application framework Zino. The
dioxus-desktop
example outputs the following error:It is somewhat annoying. How can we fix it if the file does not exists?
Steps To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/zino-rs/zino.git
cd examples/dioxus-desktop
cargo run
Expected behavior
No errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
0.5
1.77
Windows
desktop
Questionnaire
The text was updated successfully, but these errors were encountered: