Link to the code that reproduces this issue
Link
For more reproductions, see:
To Reproduce
- Start the application on port 3000
- Goto
<base-url>/versions/v1
- Wait for a few seconds till the error screen is displayed
- Click on
Goto Version v2
Current vs. Expected behavior
I expected to be redirected to <base-url>/versions/v2 but instead a client-side react error is triggered with the following stack trace
Uncaught Error: Rendered more hooks than during the previous render.
at updateWorkInProgressHook (react-dom.development.js:11337:1)
at updateMemo (react-dom.development.js:12470:1)
at Object.useMemo (react-dom.development.js:13417:1)
at useMemo (react.development.js:1777:1)
at Router (app-router.js:215:58)
at renderWithHooks (react-dom.development.js:11021:1)
at updateFunctionComponent (react-dom.development.js:16184:1)
at beginWork$1 (react-dom.development.js:18396:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:20498:1)
at Object.invokeGuardedCallbackImpl (react-dom.development.js:20547:1)
at invokeGuardedCallback (react-dom.development.js:20622:1)
at beginWork (react-dom.development.js:26813:1)
at performUnitOfWork (react-dom.development.js:25637:1)
at workLoopSync (react-dom.development.js:25353:1)
at renderRootSync (react-dom.development.js:25308:1)
at recoverFromConcurrentError (react-dom.development.js:24525:1)
at performConcurrentWorkOnRoot (react-dom.development.js:24470:1)
at workLoop (scheduler.development.js:256:1)
at flushWork (scheduler.development.js:225:1)
at MessagePort.performWorkUntilDeadline (scheduler.development.js:534:1)
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023
Binaries:
Node: 20.11.0
npm: 10.2.4
Yarn: 1.22.19
pnpm: 8.15.1
Relevant Packages:
next: 14.1.0
eslint-config-next: 14.1.0
react: 18.2.0
react-dom: 18.2.0
typescript: 5.3.3
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
App Router
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed), Other (Deployed)
Additional context
I tested my reproduction on the following versions:-
13.4.19
14.1.0
Link to the code that reproduces this issue
Link
For more reproductions, see:
notFoundin suspended interleaved server component breaks rendering if not-found page (or layout) renders anext/link- production-only - Minified React error #310 #63388To Reproduce
<base-url>/versions/v1Goto Version v2Current vs. Expected behavior
I expected to be redirected to
<base-url>/versions/v2but instead a client-side react error is triggered with the following stack traceProvide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Binaries: Node: 20.11.0 npm: 10.2.4 Yarn: 1.22.19 pnpm: 8.15.1 Relevant Packages: next: 14.1.0 eslint-config-next: 14.1.0 react: 18.2.0 react-dom: 18.2.0 typescript: 5.3.3 Next.js Config: output: N/AWhich area(s) are affected? (Select all that apply)
App Router
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed), Other (Deployed)
Additional context
I tested my reproduction on the following versions:-
13.4.1914.1.0