rsnext/test/lib/next-modes
JJ Kasper 00ed2ba7cc
Fix revalidate: false detection in app (#49473)
When revalidate isn't defined in the tree at all and a fetch without
cache/revalidate fields is done we are incorrectly marking the initial
revalidate period with a time based value when it should be `false`.
This causes pages that should be fully static to revalidate
unexpectedly.

x-ref: [twitter
thread](https://twitter.com/diegohaz/status/1655638433795014657)
x-ref: [slack
thread](https://vercel.slack.com/archives/C03S8ED1DKM/p1683566860136879)
2023-05-08 13:19:41 -07:00
..
base.ts Enable App Router for all applications (#49088) 2023-05-04 17:47:10 +02:00
next-deploy.ts Fix revalidate: false detection in app (#49473) 2023-05-08 13:19:41 -07:00
next-dev.ts Fix revalidate: false detection in app (#49473) 2023-05-08 13:19:41 -07:00
next-start.ts Fix revalidate: false detection in app (#49473) 2023-05-08 13:19:41 -07:00