Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove fake WorkStore around unstable_cache in Pages (#70809)
This was a hack that effectively put us inside App Router mode when `unstable_cache` was used inside Pages. I removed the need for this to shadow the global `force-no-store` option in #70740 and it should no longer be needed for shadowing mutations on the WorkStore object. E.g. tags collected by the inner cache. In #70808 we also don't need this to put us inside App Router mode when `unstable_cache` was used inside Middleware.
- Loading branch information