Skip to content

Commit 9039aae

Browse files
committed
Update errors.json
1 parent 000dc2f commit 9039aae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/next/errors.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,5 +682,7 @@
682682
"681": "Dynamic imports should not be instrumented in the edge runtime, because `dynamicIO` doesn't support it",
683683
"682": "\\`experimental.ppr\\` can not be \\`%s\\` when \\`experimental.dynamicIO\\` is \\`true\\`. PPR is implicitly enabled when Dynamic IO is enabled.",
684684
"683": "The \\`compiler.define\\` option is configured to replace the \\`%s\\` variable. This variable is either part of a Next.js built-in or is already configured.",
685-
"684": "The \\`compiler.defineServer\\` option is configured to replace the \\`%s\\` variable. This variable is either part of a Next.js built-in or is already configured."
685+
"684": "The \\`compiler.defineServer\\` option is configured to replace the \\`%s\\` variable. This variable is either part of a Next.js built-in or is already configured.",
686+
"685": "Accessed fallback \\`params\\` during prerendering.",
687+
"686": "Expected clientReferenceManifest to be defined."
686688
}

0 commit comments

Comments
 (0)