Skip to content

next dev - HMR is giving me grief (multiple reloads, refresh looping on errors) #12648

Answered by Timer
elsigh asked this question in Help
Discussion options

You must be logged in to vote
Old suggestion Can you please try React Refresh on `next@canary`? You can enable it in `next.config.js`: ```js // next.config.js module.exports = { experimental: { reactRefresh: true, }, } ```

Next.js 9.4 has a completely new HMR system that is more reliable and correct! Please upgrade. 😄

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@Timer
Comment options

Comment options

You must be logged in to vote
9 replies
@elsigh
Comment options

elsigh May 11, 2020
Maintainer Author

@elsigh
Comment options

elsigh May 11, 2020
Maintainer Author

@elsigh
Comment options

elsigh May 11, 2020
Maintainer Author

@Timer
Comment options

@Timer
Comment options

Answer selected by Timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants