next.js
5b6b225b - Remove obsolete update of implicit tags expiration after server action (#77595)

Commit
276 days ago
Remove obsolete update of implicit tags expiration after server action (#77595) With the change in #76885, we don't need to update the expiration date of implicit tags anymore at the end of a request to ensure no stale data is used after `revalidatePath` was called in a server action. This PR is covered by the existing tests, e.g. `use-cache should revalidate caches after redirect`.
Author
Parents
Loading