-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hot reloading not working? #354
Comments
Doesn't work for me too on Xubuntu Focal. |
same here, affects feedback in the terminal shows the project rebuilding, but the rendered window simply doesn't "refresh". edit: FWIW, I did try with the root edit 2: got it working on Linux, somehow.. see additional comment below. |
Can confirm, no hot reloading on Pop OS 21.10, followed the Getting started section. |
so, after messing around trying to get Volta working, I just got the current my current project was created from this commit, and my environment has the following:
hmmm... I'll try again on Windows soon. |
well I am using yarn, that might be the issue? |
trying this again on my Windows 10 PC this morning, I now have hot reload working.. same Node and NPM versions, cloned so, VSCode "Package Json Upgrade" shows a bunch of newer versions available for virtually all of the starter project's deps, but at this point, since the starter references I'm very confused now, why was it broken and now it's not? what changed? |
ah, I think I've got something.. I was just running through this with the newer versions of both
alrighty.. I'm going to stop with my testing here, because this is starting to look like there are dependency update issues. also, because I'm actually at work and I need to focus on other things now. 😁 I'll look at re-creating the starter project from scratch with the latest (compatible?) dependency versions when I get home this evening. so unless someone else beats me to it, I'll post my findings after that. |
Same here, does not work in Pop OS 20.4 using Yarn, fresh install, no hot reloading at saving files, I want to take a look too and contribute with a possible fix, but until that, hopefully someone can take a look at this faster than me. |
I also cloned the starter project, and then used yarn (1.x series) to set things up and noticed hot reloading wasn't working. So I redid the setup using npm (8.3.1) and it seems to work fine with that configuration. I'm not really sure why that would matter, but it does seem to. I'm guessing it's because it's not respecting the package lock file and a newer dependency has an issue of some sort. |
Describe the bug
well.. hot reload doesnt work
To Reproduce
Steps to reproduce the behavior:
yarn (or npm) run dev
yarn (or npm) run start
Expected behavior
it should change the behavior/look of the window
Screenshots
well i have no idea how to describe it in images
Desktop (please complete the following information):
Additional context
nope
The text was updated successfully, but these errors were encountered: