No reloading happening #4975
geoff-maddock
started this conversation in
General
Replies: 2 comments
-
I was having some similar problems just now until I realized that in my router I had imported the vue component with a capital letter that should have been lowercase. Strange behavior because it still loaded the component. I think In the past I was having similar issues and I ended up just re running init as described here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For me it was an (unrelated) chrome extension. Check if you have anything like that running. Edit - I looked at your links - it's the same one! OneLogin :) |
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.
-
I walked through this basic setup for a vite project and tried what evan was demoing, but found that not only was hot reloading css not happening, but no changes happened unless I kill the server and restart.
https://www.youtube.com/watch?v=DkGV5F4XnfQ
I updated the color in the style.css, hit save, and updated the innerHTML in main.js, but nothing changes unless I restart the server.
In the console I see:
I'm using WSL2 and Chrome as my browser. Any tips?
Beta Was this translation helpful? Give feedback.
All reactions