Skip to content

Commit c44c0c4

Browse files
committed
Update hydration diff snapshots
1 parent 3e9714d commit c44c0c4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

test/development/acceptance-app/hydration-error.test.ts

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -854,21 +854,20 @@ describe('Error overlay for hydration errors', () => {
854854
} else {
855855
expect(fullPseudoHtml).toMatchInlineSnapshot(`
856856
"...
857-
<NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} asNotFound={undefined} missingSlots={Set}>
858-
<RedirectBoundary>
859-
<RedirectErrorBoundary router={{...}}>
860-
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} segmentPath={[...]} ...>
861-
<ClientPageRoot props={{params:{}, ...}} Component={function Page}>
862-
<Page params={{}} searchParams={{}}>
857+
<RedirectBoundary>
858+
<RedirectErrorBoundary router={{...}}>
859+
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} segmentPath={[...]} ...>
860+
<ClientPageRoot props={{params:{}, ...}} Component={function Page}>
861+
<Page params={{}} searchParams={{}}>
862+
<div>
863863
<div>
864864
<div>
865865
<div>
866-
<div>
867-
<Mismatch>
868-
<p>
869-
<span>
870-
+ client
871-
- server"
866+
<Mismatch>
867+
<p>
868+
<span>
869+
+ client
870+
- server"
872871
`)
873872
}
874873

0 commit comments

Comments
 (0)