DioxusLabs/dioxus

Disable Hot Reload When Building

Opened this issue · 1 comments

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.

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