question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hot reloading not working?

See original GitHub issue

Describe the bug well… hot reload doesnt work

To Reproduce Steps to reproduce the behavior:

  1. get latest react-nodegui-starter
  2. run yarn (or npm) run dev
  3. also run yarn (or npm) run start
  4. try to change code
  5. wont change

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):

  • OS: Linux
  • NodeGUI version: 0.35.0
  • React NodeGUI version: 0.10.2
  • OS Version: Fedora 34

Additional context nope

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:9

github_iconTop GitHub Comments

1reaction
Sledminecommented, Feb 14, 2022

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.

0reactions
pseudoramblecommented, Mar 4, 2022

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hot Reload is not working in my React App
Hot Reload is not working in my React App · This does happen sometimes. Do npm install and try adding some code. ·...
Read more >
Hot reload not working - Visual Studio Feedback
I'm trying to use Hot Reload on Android Emulador, but when I do any change in XAML file, the app doesn't update. Looking...
Read more >
Hot Reload stopped working with React "^17.0.1" #9904
Describe the bug Hot reloading when the redux-state change stopped working when I use CRA to get the last React version.
Read more >
Troubleshooting XAML Hot Reload - Visual Studio (Windows)
If Hot Reload is not available · Verify that XAML Hot Reload is enabled · Verify that you use Start Debugging rather than...
Read more >
Hot Reload not working in React 17.0.3
Hi, I have recently created a new project with create-react-app. Also, I am following Mosh's Mastering React course and according to it, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found