hot reloading not working?
See original GitHub issueDescribe the bug well… hot reload doesnt work
To Reproduce Steps to reproduce the behavior:
- get latest react-nodegui-starter
- run
yarn (or npm) run dev
- also run
yarn (or npm) run start
- try to change code
- 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:
- Created 2 years ago
- Reactions:3
- Comments:9
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.