-
Notifications
You must be signed in to change notification settings - Fork 150
Fix fetch cache for isr #783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 4d89e34 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/tests-unit/tests/build/patch/patchFetchCacheISR.test.ts
Outdated
Show resolved
Hide resolved
e05f6d9
to
b871648
Compare
bb3045e
to
77451aa
Compare
commit: |
Coverage Report
File Coverage
|
Should |
The unstable_cache is for next 14.2+, ideally i'd keep |
77451aa
to
9e6f1d0
Compare
Patch the fetch cache and
unstable_cache
so that they does not get revalidated (if not necessary) by our ISR revalidation request.It replaces
patchAsyncStorage
.Can be removed once this gets merged : vercel/next.js#72082
This PR depends on #781. Should not be merged before it