Skip to content

Commit

Permalink
Revert "Revert "Make concurrent features independent from the global …
Browse files Browse the repository at this point in the history
…runtime option" (vercel#35405)"

This reverts commit 24f450e.
  • Loading branch information
huozhi committed Mar 26, 2022
1 parent 3a313a4 commit 54b50fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/server/render.tsx
Expand Up @@ -1503,7 +1503,6 @@ export async function renderToHTML(
optimizeFonts: renderOpts.optimizeFonts,
nextScriptWorkers: renderOpts.nextScriptWorkers,
runtime: globalRuntime,
hasConcurrentFeatures,
}

const document = (
Expand Down

0 comments on commit 54b50fc

Please sign in to comment.