Replies: 2 comments 5 replies
-
That config seems to work correctly on my machine. Some more information could be helpful to narrow down the problem:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Dioxus 0.5 adds a new fullstack platform for hot reloading that might fix this issue: cargo install --git https://github.com/ealmloff/dioxus --branch intigrate-collect-assets dioxus-cli
dx serve --hot-reload --platform fullstack |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this to use with tailwindcss:
and it seemingly invalidates any hot-reloading. For a fraction of a second the correct text gets sent, but then it gets reverted. If I
ctrl-f5
reload then it takes longer to get reverted, but it still gets reverted. This was fixed by deleting this config, but now I can't use tailwindcss.Beta Was this translation helpful? Give feedback.
All reactions