Skip to content

Commit

Permalink
Update hydration diff snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 6, 2024
1 parent 3e9714d commit c44c0c4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions test/development/acceptance-app/hydration-error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,21 +854,20 @@ describe('Error overlay for hydration errors', () => {
} else {
expect(fullPseudoHtml).toMatchInlineSnapshot(`
"...
<NotFoundErrorBoundary pathname="/" notFound={[...]} notFoundStyles={[...]} asNotFound={undefined} missingSlots={Set}>
<RedirectBoundary>
<RedirectErrorBoundary router={{...}}>
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} segmentPath={[...]} ...>
<ClientPageRoot props={{params:{}, ...}} Component={function Page}>
<Page params={{}} searchParams={{}}>
<RedirectBoundary>
<RedirectErrorBoundary router={{...}}>
<InnerLayoutRouter parallelRouterKey="children" url="/" tree={[...]} childNodes={Map} segmentPath={[...]} ...>
<ClientPageRoot props={{params:{}, ...}} Component={function Page}>
<Page params={{}} searchParams={{}}>
<div>
<div>
<div>
<div>
<div>
<Mismatch>
<p>
<span>
+ client
- server"
<Mismatch>
<p>
<span>
+ client
- server"
`)
}

Expand Down

0 comments on commit c44c0c4

Please sign in to comment.