Full hot reload after 2min breaks UI style #8722
Unanswered
peterpeterparker
asked this question in
Q&A
Replies: 1 comment
-
Alright solved it or at least find a workaround. The issue seems to have been linked to the fact that my Mac triggers incorrect refresh through
Why sass is not intepreted on full reload is to me unclear but, at least there is no more issue and hmr still works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I've got a weird issue in the app I am developing which so far I was unable to reproduce with a sample repo (😢). After 1-2min the dev server seems to trigger a full hot reload of my code which has for end effect to break the design of my app because the global style and mixins are not reevaluated.
I'm not sure why the full reload happen, why the css is broken etc. I tried to remove code, I went weeks back in time in my Git history, still the same issue.
I start the server, open the app in the browser, wait 1-2 min, full hot reload, style broken.
I'm using the static adapter with all pages prerendered. Anyone got an idea or clue?
Help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions