Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turbopack HMR: Avoid infinite loops caused by cycles between modules …
…in the dependency chain. (vercel/turborepo#8210) Previously, if a change were made in a module that participated in a dependency cycle, gathering affected modules would loop infinitely. This check prevents this. Test Plan: Fixes #65537
- Loading branch information