Skip to content

Commit 4e20c80

Browse files
committed
Update snapshots
1 parent 6f4faaf commit 4e20c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Dynamic IO Dev Errors', () => {
8888
`A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. ` +
8989
`We don't have the exact line number added to error messages yet but you can see which component in the stack below. ` +
9090
`See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense` +
91-
'\n at Page [Server] (<anonymous>)' +
91+
'\n at Page (app/no-accessed-data/page.js:1:30)' +
9292
(isTurbopack
9393
? '\n at main (<anonymous>)' +
9494
'\n at body (<anonymous>)' +

0 commit comments

Comments
 (0)