-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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 out of the box (with start template)? #20339
Comments
It does work on my home computer and laptop. |
@AidanRRR see #11934 if it helps |
It does not.. Might be a problem with my computer. Thanks for the tip though! |
Hot reload should (and does) work just fine. Just tried it out. @AidanRRR Does updating to the latest version of |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Updated all the packages, still not working. |
@AidanRRR |
Hi friends! Im running
hope it works for you ;) |
Steps to reproduce
Gatsby starter template & Gatsby develop
Expected result
On changing the styling / content of a component the webpage should refresh itself.
Actual result
Page is not refreshed. Manually pressing reload updates the content.
Environment
System:
OS: Windows 10 10.0.18362
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Binaries:
Node: 12.9.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.17.3 - C:\Users\arypens\AppData\Roaming\npm\yarn.CMD
npm: 6.10.2 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.18362.387.0
npmPackages:
gatsby: ^2.18.12 => 2.18.12
After reading through the documentation, hot reloading seems to be shipped with Gatsby? When opening the developer tools in Chrome I do see:
' gatsby react-hot-loader react-🔥-dom patch is not detected '. Do you have to install something locally?
The text was updated successfully, but these errors were encountered: