-
- Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingcliRelated to the dioxus-cli programRelated to the dioxus-cli program
Description
Problem
I use dx serve --target i686-pc-windows-msvc --watch false --hot-reload false.
And often when I press the R button (rebuild app), I wait for a while for the program to build, and then the program opens, but it doesn't start from the beginning, it continues from where it left off but resets the state that does not belong to dioxus.
Before that, I used dioxus-cli 0.6.3 and didn't have this problem.
UPD. 16.11.2015
The same problem occurs even if you don't use dioxus-cli, but not as often.
That is, I can run the program itself (.exe file), but it will not open from the beginning.
After cleaning AppData/Local/Temp, the problem disappears
After rebuild
Environment:
- Dioxus version: 0.7.0, 0.7.1
- Rust version: 1.91
- OS info: Win 11
- App platform: desktop, webview
Questionnaire
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliRelated to the dioxus-cli programRelated to the dioxus-cli program

