DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.

Home Page:https://dioxuslabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hot reload doesn't turn off when using `--hot-reload=false`

tigerros opened this issue · comments

Problem

Hot reload doesn't turn off.

Steps To Reproduce

Steps to reproduce the behavior:

  • Create a new empty app.
  • Run dx serve --hot-reload=false
  • Make a change.

Video:

hotreload-bug.mp4

Expected behavior

The app shouldn't be reloaded.

Environment:

  • Dioxus version: 0.5.1 crate, latest git CLI (updated today)
  • Rust version: 1.78.0
  • OS info: Windows 10
  • App platform: desktop, web, but the other platforms probably have the same issue