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 d514d69 commit 9fe200cCopy full SHA for 9fe200c
packages/next/src/server/app-render/app-render.tsx
@@ -3217,7 +3217,7 @@ async function renderWithRestartOnCacheMissInDev(
3217
const initialDataController = new AbortController() // Controls hanging promises we create
3218
const initialStageController = new StagedRenderingController(
3219
initialDataController.signal,
3220
- true
+ hasRuntimePrefetch
3221
)
3222
3223
requestStore.prerenderResumeDataCache = prerenderResumeDataCache
0 commit comments