8000 DCE the prerender codepath in edge route handlers · vercel/next.js@9e2804a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e2804a

Browse files
committed
DCE the prerender codepath in edge route handlers
1 parent 7c082cb commit 9e2804a

File tree

2 files changed

+216
-207
lines changed

2 files changed

+216
-207
lines changed

packages/next/errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,5 +679,6 @@
679679
"678": "CacheSignal got more endRead() calls than beginRead() calls",
680680
"679": "A CacheSignal cannot subscribe to itself",
681681
"680": "CacheSignal cannot be used in the edge runtime, because `dynamicIO` does not support it.",
682-
"681": "Dynamic imports should not be instrumented in the edge runtime, because `dynamicIO` doesn't support it"
682+
"681": "Dynamic imports should not be instrumented in the edge runtime, because `dynamicIO` doesn't support it",
683+
"682": "Edge route modules should not be prerendered."
683684
}

0 commit comments

Comments
 (0)
0