next.js
78523679 - Turbopack: only invalidate removed cells once (#77936)

Commit
327 days ago
Turbopack: only invalidate removed cells once (#77936) ### What? When cells are removed, dependents on these cells should be invalidated. But we want to make sure to invalidate them only once (when the cells are removed), otherwise we could end up in an invalidation cycle, since dependents are only removed when the dependent tasks is finished.
Author
Parents
Loading