rsnext/test
Zack Tanner d9531c13c4
Revert "fix: fetch() behavior when "dynamic" is "force-dynamic" (#58735)
Reverts vercel/next.js#58484

The correct way to address this is to use the `fetchCache` segment: https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config#fetchcache

There are valid use-cases to want to force a dynamic response but still need fetch caching.

Additionally, this PR updates the docs, since they're incorrect about behavior.

[slack x-ref](https://vercel.slack.com/archives/C042LHPJ1NX/p1691623048477119?thread_ts=1691613915.257239&cid=C042LHPJ1NX)
2023-11-22 18:49:20 +00:00
..
.stats-app tweak stats action to pull in runtime sizes (#58005) 2023-11-03 23:39:37 +00:00
development Turbopack: Use styled issue titles and details (#58743) 2023-11-22 13:39:24 +01:00
e2e Revert "fix: fetch() behavior when "dynamic" is "force-dynamic" (#58735) 2023-11-22 18:49:20 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration fix image.domains deprecation warning (#58656) 2023-11-22 02:20:59 +00:00
lib Refactor repo-setup.js (#58131) 2023-11-07 13:01:12 +00:00
production Fix resume stream handling (#58159) 2023-11-07 18:36:11 -08:00
unit fix: revalidation with file-system-cache (#58508) 2023-11-16 23:34:50 +00:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
build-turbopack-tests-manifest.js fix(ci): exclusion regex now actually works instead of ignoring all tests (#58259) 2023-11-09 21:43:35 +01:00
jest-setup-after-env.ts Decrease default test timeouts (#56116) 2023-09-27 23:55:20 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt
turbopack-tests-manifest.json fix(turbopack): e2e/404-page-router test (#58146) 2023-11-22 19:30:26 +01:00

See Testing for more information on how you can run/write/debug tests for Next.js.