@@ -458,7 +458,7 @@ describe('Error overlay for hydration errors in App router', () => {
458
458
<ErrorBoundary errorComponent={undefined} errorStyles={undefined} errorScripts={undefined}>
459
459
<LoadingBoundary hasLoading={false} loading={undefined} loadingStyles={undefined} loadingScripts={undefined}>
460
460
<NotFoundBoundary notFound={[...]} notFoundStyles={[...]}>
461
- <NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} asNotFound={undefined} ... >
461
+ <NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} missingSlots={Set} >
462
462
<RedirectBoundary>
463
463
<RedirectErrorBoundary router={{...}}>
464
464
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} ...>
@@ -927,7 +927,7 @@ describe('Error overlay for hydration errors in App router', () => {
927
927
if ( isTurbopack ) {
928
928
expect ( fullPseudoHtml ) . toMatchInlineSnapshot ( `
929
929
"...
930
- <NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} asNotFound={undefined} missingSlots={Set}>
930
+ <NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} missingSlots={Set}>
931
931
<RedirectBoundary>
932
932
<RedirectErrorBoundary router={{...}}>
933
933
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} segmentPath={[...]} ...>
@@ -947,7 +947,7 @@ describe('Error overlay for hydration errors in App router', () => {
947
947
} else {
948
948
expect ( fullPseudoHtml ) . toMatchInlineSnapshot ( `
949
949
"...
950
- <NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} asNotFound={undefined} missingSlots={Set}>
950
+ <NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} missingSlots={Set}>
951
951
<RedirectBoundary>
952
952
<RedirectErrorBoundary router={{...}}>
953
953
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} segmentPath={[...]} ...>
0 commit comments