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

Disable Hot Reload When Building #3361

Closed
DogeDark opened this issue Dec 14, 2024 · 1 comment · Fixed by #3607
Closed

Disable Hot Reload When Building #3361

DogeDark opened this issue Dec 14, 2024 · 1 comment · Fixed by #3607
Labels
bug Something isn't working cli Related to the dioxus-cli program hot-reload Related to the hot reload crate
Milestone

Comments

@DogeDark
Copy link
Member

Problem

The CLI handles hot reloads while the app is building. I've noticed occasional issues with this such as invalid templates crashing the app (needing a CLI restart).

Steps To Reproduce

Steps to reproduce the behavior:

  • Edit any Rust or asset file while the CLI is building. Issues may or may not occur.
@DogeDark DogeDark added cli Related to the dioxus-cli program hot-reload Related to the hot reload crate labels Dec 14, 2024
@gabriel-v
Copy link

Ah, so that's where the random panics come from. the more tabs you have opened the worse it gets

@jkelleyrtp jkelleyrtp added this to the 0.6.2 milestone Jan 7, 2025
@jkelleyrtp jkelleyrtp added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program hot-reload Related to the hot reload crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants