Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/development/acceptance-app/hydration-error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe('Error overlay for hydration errors in App router', () => {
<ScrollAndFocusHandler segmentPath={[...]}>
<InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
<ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
<LoadingBoundary loading={null}>
<LoadingBoundary name="(extra-att..." loading={null}>
<HTTPAccessFallbackBoundary notFound={<SegmentViewNode>} forbidden={undefined} unauthorized={undefined}>
<HTTPAccessFallbackErrorBoundary pathname="/extra-att..." notFound={<SegmentViewNode>} ...>
<RedirectBoundary>
Expand Down Expand Up @@ -902,7 +902,7 @@ describe('Error overlay for hydration errors in App router', () => {
<ScrollAndFocusHandler segmentPath={[...]}>
<InnerScrollAndFocusHandler segmentPath={[...]} focusAndScrollRef={{apply:false, ...}}>
<ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
<LoadingBoundary loading={null}>
<LoadingBoundary name="(script-un..." loading={null}>
<HTTPAccessFallbackBoundary notFound={<SegmentViewNode>} forbidden={undefined} unauthorized={undefined}>
<HTTPAccessFallbackErrorBoundary pathname="/script-un..." notFound={<SegmentViewNode>} ...>
<RedirectBoundary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ describe('Cache Components Errors', () => {
at ScrollAndFocusHandler (bundler:///<next-src>)
at RenderFromTemplateContext (bundler:///<next-src>)
at OuterLayoutRouter (bundler:///<next-src>)
340 | */
341 | function InnerLayoutRouter({
> 342 | tree,
339 | */
340 | function InnerLayoutRouter({
> 341 | tree,
| ^
343 | segmentPath,
344 | debugNameContext,
345 | cacheNode,
342 | segmentPath,
343 | debugNameContext,
344 | cacheNode,
To get a more detailed stack trace and pinpoint the issue, start the app in development mode by running \`next dev\`, then open "/dynamic-metadata-error-route" in your browser to investigate the error.
Error occurred prerendering page "/dynamic-metadata-error-route". Read more: https://nextjs.org/docs/messages/prerender-error

Expand Down Expand Up @@ -745,13 +745,13 @@ describe('Cache Components Errors', () => {
at ScrollAndFocusHandler (bundler:///<next-src>)
at RenderFromTemplateContext (bundler:///<next-src>)
at OuterLayoutRouter (bundler:///<next-src>)
340 | */
341 | function InnerLayoutRouter({
> 342 | tree,
339 | */
340 | function InnerLayoutRouter({
> 341 | tree,
| ^
343 | segmentPath,
344 | debugNameContext,
345 | cacheNode,
342 | segmentPath,
343 | debugNameContext,
344 | cacheNode,
To get a more detailed stack trace and pinpoint the issue, start the app in development mode by running \`next dev\`, then open "/dynamic-root" in your browser to investigate the error.
Error occurred prerendering page "/dynamic-root". Read more: https://nextjs.org/docs/messages/prerender-error

Expand Down Expand Up @@ -2141,13 +2141,13 @@ describe('Cache Components Errors', () => {
at ScrollAndFocusHandler (bundler:///<next-src>)
at RenderFromTemplateContext (<anonymous>)
at OuterLayoutRouter (bundler:///<next-src>)
340 | */
341 | function InnerLayoutRouter({
> 342 | tree,
339 | */
340 | function InnerLayoutRouter({
> 341 | tree,
| ^
343 | segmentPath,
344 | debugNameContext,
345 | cacheNode,
342 | segmentPath,
343 | debugNameContext,
344 | cacheNode,
To get a more detailed stack trace and pinpoint the issue, start the app in development mode by running \`next dev\`, then open "/sync-attribution/unguarded-async-guarded-clientsync" in your browser to investigate the error.
Error occurred prerendering page "/sync-attribution/unguarded-async-guarded-clientsync". Read more: https://nextjs.org/docs/messages/prerender-error

Expand Down Expand Up @@ -3157,13 +3157,13 @@ describe('Cache Components Errors', () => {
at ScrollAndFocusHandler (bundler:///<next-src>)
at RenderFromTemplateContext (bundler:///<next-src>)
at OuterLayoutRouter (bundler:///<next-src>)
340 | */
341 | function InnerLayoutRouter({
> 342 | tree,
339 | */
340 | function InnerLayoutRouter({
> 341 | tree,
| ^
343 | segmentPath,
344 | debugNameContext,
345 | cacheNode,
342 | segmentPath,
343 | debugNameContext,
344 | cacheNode,
To get a more detailed stack trace and pinpoint the issue, start the app in development mode by running \`next dev\`, then open "/use-cache-private-without-suspense" in your browser to investigate the error.
Error occurred prerendering page "/use-cache-private-without-suspense". Read more: https://nextjs.org/docs/messages/prerender-error

Expand Down
1 change: 0 additions & 1 deletion test/production/next-server-nft/next-server-nft.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
"/node_modules/next/dist/server/app-render/work-async-storage.external.js",
"/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js",
"/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js",
"/node_modules/next/dist/server/lib/cache-handlers/default.external.js",
"/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js",
"/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js",
"/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js",
Expand Down
Loading