We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc0e2c commit 7ba34c1Copy full SHA for 7ba34c1
packages/next/src/server/web/spec-extension/revalidate.ts
@@ -179,6 +179,8 @@ function revalidate(
179
// status being flipped when revalidating a static page with a server
180
// action.
181
workUnitStore.usedDynamic = true
182
+ // TODO(restart-on-cache-miss): we should do a sync IO error here in dev
183
+ // to match prerender behavior
184
}
185
break
186
default:
0 commit comments