Skip to content

Upgrade React from 43bcbf80-20260603 to e730b5e6-20260612 - #94763

Closed
vercel-release-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-e730b5e6-20260612
Closed

Upgrade React from 43bcbf80-20260603 to e730b5e6-20260612#94763
vercel-release-bot wants to merge 6 commits into
canaryfrom
update/react/19.3.0-canary-e730b5e6-20260612

Conversation

@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Stats cancelled

Commit: 2df864b
View workflow run

@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Failing test suites

Commit: 2df864b | About building and testing Next.js

pnpm test-start test/production/app-dir/metadata-static-route-cache/metadata-static-route-cache.test.ts (job)

  • app dir - metadata static routes cache > should generate different content after replace the static metadata file (DD)
Expand output

● app dir - metadata static routes cache › should generate different content after replace the static metadata file

next already started

  65 |   ) {
  66 |     if (this.childProcess) {
> 67 |       throw new Error('next already started')
     |             ^
  68 |     }
  69 |
  70 |     this._cliOutput = ''

  at NextStartInstance.start (lib/next-modes/next-start.ts:67:13)
  at Object.start (production/app-dir/metadata-static-route-cache/metadata-static-route-cache.test.ts:17:16)

pnpm test-dev-turbo test/development/app-dir/cache-components-dev-streaming/cache-components-dev-streaming.test.ts (turbopack) (job)

  • cache-components-dev-streaming > shows the private-cache fallback on a cold client navigation but not on a warm one (DD)
Expand output

● cache-components-dev-streaming › shows the private-cache fallback on a cold client navigation but not on a warm one

expect(received).toBe(expected) // Object.is equality

Expected: false
Received: true

  191 |     expect(
  192 |       await browser.eval(() => (window as any).__privateFallbackSeen)
> 193 |     ).toBe(false)
      |       ^
  194 |   })
  195 |
  196 |   // The following are smoke tests that Cache Components validation still

  at Object.toBe (development/app-dir/cache-components-dev-streaming/cache-components-dev-streaming.test.ts:193:7)
@eps1lon eps1lon closed this Jun 17, 2026
@eps1lon
eps1lon deleted the update/react/19.3.0-canary-e730b5e6-20260612 branch June 17, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants