Skip to content

Upgrade React from c80a0750-20260312 to 3f0b9e61-20260317#91522

Merged
eps1lon merged 6 commits intocanaryfrom
update/react/19.3.0-canary-3f0b9e61-20260317
Mar 17, 2026
Merged

Upgrade React from c80a0750-20260312 to 3f0b9e61-20260317#91522
eps1lon merged 6 commits intocanaryfrom
update/react/19.3.0-canary-3f0b9e61-20260317

Conversation

@nextjs-bot
Copy link
Collaborator Author

nextjs-bot commented Mar 17, 2026

Failing test suites

Commit: 314f884 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/next-after-app-static/build-time/build-time.test.ts (job)

  • after() in static pages > runs after during build (DD)
Expand output

● after() in static pages › runs after during build

can not run export while server is running, use next.stop() first

  251 |   ) {
  252 |     if (this.childProcess) {
> 253 |       throw new Error(
      |             ^
  254 |         `can not run export while server is running, use next.stop() first`
  255 |       )
  256 |     }

  at NextStartInstance.build (lib/next-modes/next-start.ts:253:13)
  at Object.build (e2e/app-dir/next-after-app-static/build-time/build-time.test.ts:36:36)

pnpm test-start-turbo test/e2e/app-dir/segment-cache/staleness/segment-cache-per-page-dynamic-stale-time.test.ts (turbopack) (job)

  • cached navigations > caches runtime-prefetchable content from a navigation for instant second visit (DD)
Expand output

● cached navigations › caches runtime-prefetchable content from a navigation for instant second visit

thrown: "Exceeded timeout of 60000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  50 |       }
  51 |
> 52 |       const result = Reflect.apply(target, thisArg, args)
     |                              ^
  53 |       return typeof result === 'function' ? wrapJestTestFn(result) : result
  54 |     },
  55 |     get(target, prop, receiver) {

  at Object.apply (lib/e2e-utils/index.ts:52:30)
  at it (e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts:406:3)
  at Object.describe (e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts:6:1)

@eps1lon eps1lon merged commit 668f8e3 into canary Mar 17, 2026
276 of 283 checks passed
@eps1lon eps1lon deleted the update/react/19.3.0-canary-3f0b9e61-20260317 branch March 17, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants