-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make HMR re-execute modules that self invalidate (vercel/turborepo#5161)
### Description This can happen when a module that previously exported a React component no longer does, the next react refresh integration will then call `module.hot.invalidate()` fixes the `acceptance/ReactRefreshRequire.test.ts` next.js integration test
- Loading branch information
1 parent
453ff49
commit ce2fd26
Showing
3 changed files
with
119 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.