dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

[Desktop] Hot reloading does not work in the "tailwind" sample

Open thurn opened this issue 9 months ago • 0 comments

Problem

Hot reloading does not work on "desktop" platform on current master (472031d1f51557601797d1cb469f09e4f3e0ca71) for the "tailwind" sample. It works correctly with the "web" platform.

OSX 14.2 rustc 1.77.2

Steps To Reproduce

  • Clone dioxus from github
  • Run "dx serve --platform desktop" in the "dioxus/examples/tailwind" directory
  • Change any text in main.rs
  • Observe that the text is not changed

thurn avatar May 03 '24 04:05 thurn