rsnext/test/e2e/app-dir/app-static
Zack Tanner 891ca7a054
ensure accessing search params mark dynamic usage (#67105)
When accessing search params, we only track dynamic access during static
generation. This has implications on fetch caching, because the fetch
cache relies on hints set during render that it's in a dynamic scope. In
15, this would signal that it should not attempt to cache the fetch at
all. In 14, this could impact the heuristic that bails from fetch cache
if dynamic access came before certain requests types, e.g. POSTs.
2024-06-22 12:56:50 +02:00
..
app ensure accessing search params mark dynamic usage (#67105) 2024-06-22 12:56:50 +02:00
lib fix: ensure dynamic fetches are tracked correctly (#66349) 2024-05-30 16:54:03 +00:00
pages Handle unstable_cache in pages (#49624) 2023-05-10 13:59:48 -07:00
.env.development Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
app-static-custom-handler.test.ts fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
app-static.test.ts ensure accessing search params mark dynamic usage (#67105) 2024-06-22 12:56:50 +02:00
cache-handler-default-export.js fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
cache-handler.js Update app cache handler loading (#46290 2023-02-23 01:19:59 -08:00
next.config.js Stabilize custom cache handlers and changing memory size. (#57953) 2024-01-17 23:42:52 +01:00