-
Notifications
You must be signed in to change notification settings - Fork 230
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
nextjs HMR always reload index page #73
Comments
Could you share a sample to reproduce the issue? |
In development the nextjs app checks for code updates invoking I think it has something to do with this https://github.com/fridays/next-routes/blob/master/src/index.js#L125 Looking in the file history the problem is introduced in this commit 1afd1dd. Using again the |
The URL is correct actually (try without next-routes). I can't see any issues, please share some code to reproduce it. |
Maybe is due this fix you done in last release of nextjs: vercel/next.js#2505 |
Is it solved? |
From what I have experienced, since version 1.0.40 it seems nextjs always reloads the index page.
The text was updated successfully, but these errors were encountered: