next.js
3327565c - docs(fetch): update wording on conflicting cache and revalidate options (#80591)

Commit
304 days ago
docs(fetch): update wording on conflicting cache and revalidate options (#80591) Clarifies that using conflicting options such as `{ revalidate: 3600, cache: 'no-store' }` results in a warning in the terminal rather than an error. This change helps accurately reflect the current runtime behavior and avoids misleading readers into expecting a hard failure. The update improves developer understanding when configuring fetch/cache strategies in their applications. --------- Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
Author
Parents
Loading