next.js
39a1c2aa - fix(fetch-cache): add check for updated tags when checking same cache key (#63547)

Commit
1 year ago
fix(fetch-cache): add check for updated tags when checking same cache key (#63547) ## Why? When we fetch the same cache key (URL) but add an additional tag, the revalidation does not re-fetch correctly (the bug just uses in-memory cache again) when deployed. :repro: → https://github.com/lostip/nextjs-revalidation-demo/tree/main --------- Co-authored-by: Ethan Arrowood <ethan@arrowood.dev>
Author
Parents
Loading