You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.test.ts
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,11 @@ describe.each(
140
140
"description": "Route "/": A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense",
141
141
"environmentLabel": "Server",
142
142
"label": "Console Error",
143
-
"source": "app/page.tsx (20:16) @ Dynamic
144
-
> 20 | async function Dynamic() {
145
-
| ^",
143
+
"source": "app/page.tsx (21:9) @ Dynamic
144
+
> 21 | await new Promise((r) => setTimeout(r))
145
+
| ^",
146
146
"stack": [
147
-
"Dynamic app/page.tsx (20:16)",
147
+
"Dynamic app/page.tsx (21:9)",
148
148
"Page app/page.tsx (15:7)",
149
149
"LogSafely <anonymous>",
150
150
],
@@ -606,11 +606,11 @@ describe.each(
606
606
"description": "Route "/": A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense",
"description": "Route "/": A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense",
0 commit comments