-
Notifications
You must be signed in to change notification settings - Fork 27k
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
HMR not working #7310
Comments
Please provide more context, what was your |
OS: [window] and I use WSL also, I input CLI(ex) npm run dev("next") in bash in vscode you need more information? if you do, plz let me know those informations thanks |
Hi! Try setting the following environment variable:
If this doesn't work, please let us know -- but we'll likely need a motivated Windows contributor to take a look at this. |
Hello! I just had this issue and I can confirm that |
Bug report
HMR doesn't work.
Describe the bug
I followed your Learn course in nextjs.org. HMR doesn't work at all.
package.json
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"dev": "next"
},
"dependencies": {
"next": "^8.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}
To Reproduce
just followed Learn course. All I did was just install react, react-dom, next packages, then made ./pages/index.js
System information
Additional context
The text was updated successfully, but these errors were encountered: