Skip to content

Backport facebook/react#35351 for 15.3.7#87088

Merged
unstubbable merged 1 commit intonext-15-3from
jstory/next-15-3
Dec 11, 2025
Merged

Backport facebook/react#35351 for 15.3.7#87088
unstubbable merged 1 commit intonext-15-3from
jstory/next-15-3

Conversation

@unstubbable
Copy link
Copy Markdown
Contributor

@unstubbable unstubbable merged commit b1d2f1f into next-15-3 Dec 11, 2025
12 of 13 checks passed
@unstubbable unstubbable deleted the jstory/next-15-3 branch December 11, 2025 22:50
@nextjs-bot
Copy link
Copy Markdown
Collaborator

nextjs-bot commented Dec 11, 2025

Failing test suites

Commit: 35073b1 | About building and testing Next.js

pnpm test-dev test/development/app-dir/error-overlay/error-ignored-frames/error-ignored-frames.test.ts (job)

  • error-ignored-frames > should be able to collapse pages router ignored frames (DD)
Expand output

● error-ignored-frames › should be able to collapse pages router ignored frames

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `error-ignored-frames should be able to collapse pages router ignored frames 2`

- Snapshot  - 1
+ Received  + 1

@@ -1,7 +1,7 @@
  at Page (pages/pages.tsx (2:9))
- at react-stack-bottom-frame ()
+ at Object.react_stack_bottom_frame ()
  at renderWithHooks ()
  at renderElement ()
  at retryNode ()
  at renderNodeDestructive ()
  at renderElement ()

  180 |       `)
  181 |     } else {
> 182 |       expect(expendedStack).toMatchInlineSnapshot(`
      |                             ^
  183 |        "at Page (pages/pages.tsx (2:9))
  184 |        at react-stack-bottom-frame ()
  185 |        at renderWithHooks ()

  at Object.toMatchInlineSnapshot (development/app-dir/error-overlay/error-ignored-frames/error-ignored-frames.test.ts:182:29)

__NEXT_EXPERIMENTAL_PPR=true pnpm test-dev test/e2e/app-dir/rsc-basic/rsc-basic.test.ts (PPR) (job)

  • app dir - rsc basics > should correctly render page returning undefined (DD)
Expand output

● app dir - rsc basics › should correctly render page returning undefined

expect(received).toBeEmpty()

Expected value to be empty received:
  "<template id=\"B:1\"></template>"

   96 |     const homeHTML = await next.render('/return-undefined/page')
   97 |     const $ = cheerio.load(homeHTML)
>  98 |     expect(stripHTMLComments($('#return-undefined-layout').html())).toBeEmpty()
      |                                                                     ^
   99 |   })
  100 |
  101 |   it('should correctly render component returning undefined', async () => {

  at Object.toBeEmpty (e2e/app-dir/rsc-basic/rsc-basic.test.ts:98:69)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants